mirror of
https://github.com/zadam/trilium.git
synced 2025-11-05 04:45:47 +01:00
keep focus when clicking on edit read only note
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user