mirror of
https://github.com/zadam/trilium.git
synced 2025-06-06 18:08:33 +02:00
autorefresh bookmarks on #bookmarkFolder change
This commit is contained in:
parent
5a2907b670
commit
b13ea72152
@ -43,7 +43,7 @@ export default class BookmarkButtons extends FlexContainer {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (loadResults.getAttributes().find(attr => attr.type === 'label'
|
if (loadResults.getAttributes().find(attr => attr.type === 'label'
|
||||||
&& ['iconClass', 'workspaceIconClass'].includes(attr.name)
|
&& ['iconClass', 'workspaceIconClass', 'bookmarkFolder'].includes(attr.name)
|
||||||
&& this.noteIds.includes(attr.noteId))
|
&& this.noteIds.includes(attr.noteId))
|
||||||
) {
|
) {
|
||||||
this.refresh();
|
this.refresh();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user