mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 19:36:12 +01:00
saving note detail
This commit is contained in:
@@ -26,7 +26,6 @@ class TabContext extends Component {
|
||||
|
||||
this.tabRow = tabRow;
|
||||
this.tabId = state.tabId || utils.randomString(4);
|
||||
this.$tab = $(this.tabRow.addTab(this.tabId));
|
||||
this.state = state;
|
||||
|
||||
this.attributes = new Attributes(this.appContext, this);
|
||||
|
||||
Reference in New Issue
Block a user