mirror of
https://github.com/zadam/trilium.git
synced 2025-11-09 23:05:51 +01:00
refactor: 💡 remove unused command data (editNoteTitle)
This commit is contained in:
@@ -1687,7 +1687,7 @@ export default class NoteTreeWidget extends NoteContextAwareWidget {
|
||||
this.triggerCommand("showImportDialog", { noteId: node.data.noteId });
|
||||
}
|
||||
|
||||
editNoteTitleCommand({ node }: CommandListenerData<"editNoteTitle">) {
|
||||
editNoteTitleCommand() {
|
||||
appContext.triggerCommand("focusOnTitle");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user