mirror of
https://github.com/TriliumNext/Notes.git
synced 2026-01-01 18:40:46 -06:00
autorefresh bookmarks on #bookmarkFolder change
This commit is contained in:
@@ -43,7 +43,7 @@ export default class BookmarkButtons extends FlexContainer {
|
||||
}
|
||||
|
||||
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.refresh();
|
||||
|
||||
Reference in New Issue
Block a user