mirror of
https://github.com/zadam/trilium.git
synced 2024-11-11 09:46:25 +08:00
refresh note detail view after attribute save (from full dialog, not promoted notes), closes #261
This commit is contained in:
parent
3f8e8f8561
commit
0a35abf68f
1 changed files with 2 additions and 0 deletions
|
@ -169,6 +169,8 @@ function AttributesModel() {
|
|||
infoService.showMessage("Attributes have been saved.");
|
||||
|
||||
attributeService.refreshAttributes();
|
||||
|
||||
noteDetailService.reload();
|
||||
};
|
||||
|
||||
function addLastEmptyRow() {
|
||||
|
|
Loading…
Reference in a new issue