Skip to content

Commit

Permalink
Fix block wrapper selector (#23991)
Browse files Browse the repository at this point in the history
* Fix block wrapper selector

* Fix linting issue

Co-authored-by: Riad Benguella <benguella@gmail.com>
  • Loading branch information
ellatrix and youknowriad committed Jul 20, 2020
1 parent a98ed29 commit 3c2507a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ const BlockComponent = forwardRef(
initialPosition: isSelected
? getSelectedBlocksInitialCaretPosition()
: undefined,
isNavigationMode: _isNavigationMode,
};
},
[ isSelected ]
Expand Down

0 comments on commit 3c2507a

Please sign in to comment.