From c46e57418b4aaa7d89d16e15faaf7aaa0689006b Mon Sep 17 00:00:00 2001 From: Ammar Ahmed Date: Tue, 10 Dec 2024 12:26:04 +0500 Subject: [PATCH] mobile: remove unused properties --- apps/mobile/app/screens/editor/tiptap/use-editor.ts | 2 -- 1 file changed, 2 deletions(-) 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 () => {