diff --git a/apps/mobile/app/screens/editor/tiptap/use-editor.ts b/apps/mobile/app/screens/editor/tiptap/use-editor.ts index 477f46d4b..32caf200f 100644 --- a/apps/mobile/app/screens/editor/tiptap/use-editor.ts +++ b/apps/mobile/app/screens/editor/tiptap/use-editor.ts @@ -436,11 +436,9 @@ export const useEditor = ( const loadNote = useCallback( (event: { item?: Note; - forced?: boolean; newNote?: boolean; tabId?: number; blockId?: string; - presistTab?: boolean; session?: TabSessionItem; }) => { loadNoteMutex.runExclusive(async () => {