refactoring

This commit is contained in:
zadam
2020-01-24 15:44:24 +01:00
parent 8651e47118
commit 4b66765cc1
12 changed files with 87 additions and 89 deletions

View File

@@ -172,12 +172,11 @@ function AttributesModel() {
toastService.showMessage("Attributes have been saved.");
const ctx = appContext.getActiveTabContext();
ctx.attributes.refreshAttributes();
appContext.getActiveTabContext().attributes.refreshAttributes();
// reload
noteDetailService.reload();
treeService.reload();
appContext.trigger('reloadTree');
};
function addLastEmptyRow() {