mirror of
https://github.com/zadam/trilium.git
synced 2025-11-09 06:45:49 +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