diff --git a/packages/nc-gui/components/dlg/KeyboardShortcuts.vue b/packages/nc-gui/components/dlg/KeyboardShortcuts.vue index fd867cc29b..822bc528f0 100644 --- a/packages/nc-gui/components/dlg/KeyboardShortcuts.vue +++ b/packages/nc-gui/components/dlg/KeyboardShortcuts.vue @@ -19,7 +19,7 @@ const dialogShow = computed({ :wrap-class-name="`nc-modal-keyboard-shortcuts ${dialogShow ? 'active' : ''}`" @keydown.esc="dialogShow = false" > - +