1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-07-16 00:14:34 +02:00

Revert: Desktop: Fixes #5955: Changing the currently opened note from plugins or the data API does not refresh the note content

Causes an infinite rendering loop when creating a new note
This commit is contained in:
Laurent Cozic
2023-09-25 16:16:07 +01:00
parent 1f19072f8f
commit 34c4b832ba
4 changed files with 22 additions and 75 deletions

View File

@ -12,7 +12,6 @@ const defaultFormNoteProps: HookDependencies = {
editorRef: null,
onBeforeLoad: ()=>{},
onAfterLoad: ()=>{},
dbNote: { id: '', updated_time: 0 },
};
describe('useFormNote', () => {