saving note detail

This commit is contained in:
zadam
2020-01-19 21:40:23 +01:00
parent 562c729ed6
commit 423a70d102
9 changed files with 80 additions and 58 deletions

View File

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