mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 11:26:15 +01:00
WIP per-tab hoisting
This commit is contained in:
@@ -263,8 +263,10 @@ export default class NoteDetailWidget extends TabAwareWidget {
|
||||
});
|
||||
}
|
||||
|
||||
hoistedNoteChangedEvent() {
|
||||
this.refresh();
|
||||
hoistedNoteChangedEvent({tabId}) {
|
||||
if (this.isTab(tabId)) {
|
||||
this.refresh();
|
||||
}
|
||||
}
|
||||
|
||||
async entitiesReloadedEvent({loadResults}) {
|
||||
|
||||
Reference in New Issue
Block a user