mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-23 23:19:40 +01:00
mobile: cleanup
This commit is contained in:
@@ -636,7 +636,6 @@ export const useEditor = (
|
|||||||
) {
|
) {
|
||||||
useTabStore.getState().newTabSession(tabId!, session);
|
useTabStore.getState().newTabSession(tabId!, session);
|
||||||
} else {
|
} else {
|
||||||
console.log("UPDATING TAB SESSION", session);
|
|
||||||
useTabStore.getState().updateTab(tabId!, {
|
useTabStore.getState().updateTab(tabId!, {
|
||||||
session: session
|
session: session
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user