mirror of
https://github.com/zadam/trilium.git
synced 2025-11-03 03:46:37 +01:00
keyboard handlers for tabs
This commit is contained in:
@@ -31,6 +31,8 @@ class TabContext extends Component {
|
||||
this.attributes = new Attributes(this.appContext, this);
|
||||
|
||||
this.children.push(this.attributes);
|
||||
|
||||
this.trigger('tabOpened', {tabId: this.tabId});
|
||||
}
|
||||
|
||||
async setNote(notePath) {
|
||||
|
||||
Reference in New Issue
Block a user