mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-23 23:19:40 +01:00
mobile: remove unused properties
This commit is contained in:
committed by
Abdullah Atta
parent
83557401f5
commit
c46e57418b
@@ -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 () => {
|
||||
|
||||
Reference in New Issue
Block a user