refactorings for add link and include note

This commit is contained in:
zadam
2020-02-16 10:50:48 +01:00
parent 7e41a2750c
commit e06f3ef97e
11 changed files with 65 additions and 42 deletions

View File

@@ -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());