keyboard handlers for tabs

This commit is contained in:
zadam
2020-01-20 20:51:22 +01:00
parent 9bc1f5af45
commit c5eac8f438
8 changed files with 57 additions and 49 deletions

View File

@@ -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) {