Skip to content

Commit

Permalink
Updated Inline Document order (#68650)
Browse files Browse the repository at this point in the history
* Changed Document Order in editor-behavior-overrides.js
* Changed Inline Document Order in complementary-area-toggle/index.js

Co-authored-by: shail-mehta <[email protected]>
Co-authored-by: Mamaduka <[email protected]>
  • Loading branch information
3 people authored Jan 14, 2025
1 parent 041ca27 commit b949616
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ import { store as interfaceStore } from '../../store';
/**
* Whether the role supports checked state.
*
* @see https://www.w3.org/TR/wai-aria-1.1/#aria-checked
* @param {import('react').AriaRole} role Role.
* @return {boolean} Whether the role supports checked state.
* @see https://www.w3.org/TR/wai-aria-1.1/#aria-checked
*/
function roleSupportsCheckedState( role ) {
return [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ function isAndroid() {
* tapped. This is done via the 'hideTextSelectionContextMenu' method, which
* is sent back to the Android app, where the dismissal is then handle.
*
* @return {void}
* @see https://github.com/WordPress/gutenberg/pull/34668
* @return {void}
*/
function manageTextSelectionContextMenu() {
// Listeners for native context menu visibility changes.
Expand Down

0 comments on commit b949616

Please sign in to comment.