mirror of
https://github.com/zadam/trilium.git
synced 2025-11-03 11:56:01 +01:00
introduction of refreshWithNote
This commit is contained in:
@@ -17,6 +17,10 @@ class BasicWidget extends Component {
|
||||
doRender() {}
|
||||
|
||||
toggle(show) {
|
||||
if (!this.$widget) {
|
||||
console.log(this.componentId);
|
||||
}
|
||||
|
||||
this.$widget.toggle(show);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user