Skip to content

Commit

Permalink
re-disable selectOnMove
Browse files Browse the repository at this point in the history
  • Loading branch information
chad1008 committed Jan 2, 2024
1 parent 0d2c78e commit ed81b50
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,10 @@ export default function ListViewSidebar() {
onKeyDown={ closeOnEscape }
ref={ sidebarRef }
>
<Tabs onSelect={ ( tabName ) => setTab( tabName ) }>
<Tabs
onSelect={ ( tabName ) => setTab( tabName ) }
selectOnMove={ false }
>
<div className="edit-post-editor__document-overview-panel__header">
<Button
className="edit-post-editor__document-overview-panel__close-button"
Expand Down

0 comments on commit ed81b50

Please sign in to comment.