mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-23 23:19:40 +01:00
fix editor focusing
This commit is contained in:
@@ -66,7 +66,7 @@ const ActionSheetWrapper = ({
|
||||
/>
|
||||
}
|
||||
onClose={() => {
|
||||
if (editing.isFocused) {
|
||||
if (editing.isFocused === true) {
|
||||
post('blur');
|
||||
if (editing.focusType == "editor") {
|
||||
post('focusEditor');
|
||||
|
||||
Reference in New Issue
Block a user