mirror of
https://github.com/zadam/trilium.git
synced 2025-03-01 14:22:32 +01: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
@ -169,6 +169,8 @@ function AttributesModel() {
|
|||||||
infoService.showMessage("Attributes have been saved.");
|
infoService.showMessage("Attributes have been saved.");
|
||||||
|
|
||||||
attributeService.refreshAttributes();
|
attributeService.refreshAttributes();
|
||||||
|
|
||||||
|
noteDetailService.reload();
|
||||||
};
|
};
|
||||||
|
|
||||||
function addLastEmptyRow() {
|
function addLastEmptyRow() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user