mirror of
https://github.com/zadam/trilium.git
synced 2025-11-03 20:06:08 +01:00
got rid of .renderTo(), tab caching widgets use hidden marker element
This commit is contained in:
@@ -25,7 +25,7 @@ export default class TabAwareWidget extends BasicWidget {
|
||||
refresh() {
|
||||
if (this.tabContext && this.tabContext.note) {
|
||||
this.toggle(true);
|
||||
this.refreshWithNote(this.tabContext.note);
|
||||
this.refreshWithNote(this.tabContext.note, this.tabContext.notePath);
|
||||
}
|
||||
else {
|
||||
this.toggle(false);
|
||||
|
||||
Reference in New Issue
Block a user