mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-05-18 05:05:36 +02:00
mobile: fix tabs
This commit is contained in:
committed by
Abdullah Atta
parent
140e343289
commit
329c2e220f
@@ -243,8 +243,10 @@ const Tiptap = ({
|
||||
);
|
||||
setTimeout(() => {
|
||||
editorControllers[tabRef.current.id]?.setLoading(false);
|
||||
restoreNoteSelection(scrollTop, selection);
|
||||
}, 300);
|
||||
setTimeout(() => {
|
||||
restoreNoteSelection(scrollTop, selection);
|
||||
}, 300);
|
||||
}, 1);
|
||||
},
|
||||
[restoreNoteSelection]
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user