This commit is contained in:
zadam
2020-02-16 20:09:59 +01:00
parent a679fedb58
commit 8ca9ad3497
6 changed files with 21 additions and 7 deletions

View File

@@ -8,8 +8,6 @@ class BasicWidget extends Component {
$widget.addClass('component')
.prop('component', this);
keyboardActionsService.updateDisplayedShortcuts($widget);
this.toggle(this.isEnabled());
return $widget;