mirror of
https://github.com/zadam/trilium.git
synced 2025-11-09 06:45:49 +01:00
refactorings for add link and include note
This commit is contained in:
@@ -5,6 +5,9 @@ class BasicWidget extends Component {
|
||||
render() {
|
||||
const $widget = this.doRender();
|
||||
|
||||
$widget.addClass('component')
|
||||
.prop('component', this);
|
||||
|
||||
keyboardActionsService.updateDisplayedShortcuts($widget);
|
||||
|
||||
this.toggle(this.isEnabled());
|
||||
|
||||
Reference in New Issue
Block a user