mirror of
https://github.com/zadam/trilium.git
synced 2025-11-05 04:45:47 +01:00
wip
This commit is contained in:
@@ -88,12 +88,6 @@ class AttributesWidget extends StandardWidget {
|
||||
}
|
||||
}
|
||||
|
||||
toggle(show) {
|
||||
console.trace("attributes toggle", show);
|
||||
|
||||
super.toggle(show);
|
||||
}
|
||||
|
||||
syncDataListener({data}) {
|
||||
if (data.find(sd => sd.entityName === 'attributes' && sd.noteId === this.tabContext.note.noteId)) {
|
||||
// no need to invalidate attributes since the Attribute class listens to this as well
|
||||
|
||||
@@ -533,7 +533,7 @@ export default class NoteTreeWidget extends TabAwareWidget {
|
||||
}
|
||||
}
|
||||
|
||||
syncDataListener({data}) {
|
||||
syncDataListener({data}) {return;
|
||||
const noteIdsToRefresh = new Set();
|
||||
|
||||
// this has the problem that the former parentNoteId might not be invalidated
|
||||
|
||||
Reference in New Issue
Block a user