Skip to content

Commit

Permalink
Maintain focus even with caret browsing on
Browse files Browse the repository at this point in the history
  • Loading branch information
stokesman committed Sep 23, 2024
1 parent ea1f96c commit e39c22a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/edit-post/src/components/layout/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,7 @@ function MetaBoxesMain( { isLegacy } ) {
const pane = metaBoxesMainRef.current;
const fromHeight = isAutoHeight ? pane.offsetHeight : openHeight;
actualizeHeight( delta + fromHeight, true );
event.preventDefault();
}
};
const className = 'edit-post-meta-boxes-main';
Expand Down

0 comments on commit e39c22a

Please sign in to comment.