Skip to content

Commit

Permalink
Fix some e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
youknowriad committed May 27, 2022
1 parent d07be07 commit 1e2aeda
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ function BlockSelectionButton( { clientId, rootClientId } ) {
<Button
ref={ ref }
onClick={
editorMode === 'edit'
editorMode === 'navigation'
? () => setNavigationMode( false )
: undefined
}
Expand Down

0 comments on commit 1e2aeda

Please sign in to comment.