mobile: remove unused properties

This commit is contained in:
Ammar Ahmed
2024-12-10 12:26:04 +05:00
committed by Abdullah Atta
parent 83557401f5
commit c46e57418b

View File

@@ -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 () => {