diff --git a/packages/app-desktop/gui/NoteEditor/utils/types.ts b/packages/app-desktop/gui/NoteEditor/utils/types.ts index 90e2757cfc8..5b545d7e4fa 100644 --- a/packages/app-desktop/gui/NoteEditor/utils/types.ts +++ b/packages/app-desktop/gui/NoteEditor/utils/types.ts @@ -266,4 +266,4 @@ export type DropCommandValue = ({ type: 'files'; paths: string[]; createFileURL: boolean; -}) & DropCommandBase; \ No newline at end of file +}) & DropCommandBase;