Closed SynnaxCrab closed 7 years ago
If the first character is selected, hovering menu does not popup:
OS: Windows 10 Browser: Chrome 61, Firefox 55.0.2 Slate version: slatejs.org
Menu should popup when first character selected
Tried to debug, looks like when the first character is selected, state.isEmpty returns true.
state.isEmpty
true
Fixed by https://github.com/ianstormtaylor/slate/pull/1131
Thanks!
What's the current behavior?
If the first character is selected, hovering menu does not popup:
OS: Windows 10 Browser: Chrome 61, Firefox 55.0.2 Slate version: slatejs.org
What's the expected behavior?
Menu should popup when first character selected
More Information
Tried to debug, looks like when the first character is selected,
state.isEmpty
returnstrue
.