keep focus when clicking on edit read only note

This commit is contained in:
zadam
2021-06-24 23:50:56 +02:00
parent f1a36f6cea
commit 1b9c3b0759
8 changed files with 99 additions and 83 deletions

View File

@@ -271,12 +271,6 @@ export default class NoteDetailWidget extends NoteContextAwareWidget {
}
}
readOnlyTemporarilyDisabledEvent({noteContext}) {
if (this.isNoteContext(noteContext.ntxId)) {
this.refresh();
}
}
async cutIntoNoteCommand() {
const note = appContext.tabManager.getActiveContextNote();