mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 11:26:15 +01:00
ctrl+alt+p will create new note in a new tab
This commit is contained in:
@@ -68,6 +68,7 @@ class TabContext {
|
||||
|
||||
const title = this.$noteTitle.val();
|
||||
|
||||
this.tabRow.updateTab(this.$tab[0], {title});
|
||||
treeService.setNoteTitle(this.noteId, title);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user