mirror of
https://github.com/zadam/trilium.git
synced 2025-11-03 11:56:01 +01:00
refactored tab activation
This commit is contained in:
@@ -18,6 +18,12 @@ class BasicWidget extends Component {
|
||||
this.$widget.toggle(show);
|
||||
}
|
||||
|
||||
remove() {
|
||||
if (this.$widget) {
|
||||
this.$widget.remove();
|
||||
}
|
||||
}
|
||||
|
||||
cleanup() {}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user