hoisting note now seems to work correctly in relation to tabs

This commit is contained in:
zadam
2019-05-11 21:27:27 +02:00
parent bd97df5ee9
commit 2dec8f1ad6
7 changed files with 84 additions and 53 deletions

View File

@@ -167,7 +167,7 @@ function AttributesModel() {
infoService.showMessage("Attributes have been saved.");
const ctx = noteDetailService.getActiveContext();
const ctx = noteDetailService.getActiveTabContext();
ctx.attributes.refreshAttributes();