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 25, 2022
1 parent e4dc85c commit 294bb84
Showing 1 changed file with 1 addition and 1 deletion.
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 294bb84

Please sign in to comment.