mirror of
https://github.com/zadam/trilium.git
synced 2025-11-03 11:56:01 +01:00
add keyboard shortcut for the edit button, #2036
This commit is contained in:
@@ -24,8 +24,6 @@ export default class EditButton extends ButtonWidget {
|
||||
// can't do this in isEnabled() since isReadOnly is async
|
||||
this.toggleInt(await this.noteContext.isReadOnly());
|
||||
|
||||
console.log("await this.noteContext.isReadOnly()", await this.noteContext.isReadOnly());
|
||||
|
||||
await super.refreshWithNote(note);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user