diff --git a/apps/client/src/widgets/dialogs/popup_editor.ts b/apps/client/src/widgets/dialogs/popup_editor.ts index 8a2427e03..bb0b5ca34 100644 --- a/apps/client/src/widgets/dialogs/popup_editor.ts +++ b/apps/client/src/widgets/dialogs/popup_editor.ts @@ -106,7 +106,11 @@ export default class PopupEditorDialog extends Container { focus: false }); - await this.noteContext.setNote(noteIdOrPath); + await this.noteContext.setNote(noteIdOrPath, { + viewScope: { + readOnlyTemporarilyDisabled: true + } + }); const activeEl = document.activeElement; if (activeEl && "blur" in activeEl) {