Browse Source

feat(nc-gui): disable footer on keyboard shortcut modal

pull/4482/head
Wing-Kam Wong 2 years ago
parent
commit
b205097a1b
  1. 1
      packages/nc-gui/components/dlg/KeyboardShortcuts.vue

1
packages/nc-gui/components/dlg/KeyboardShortcuts.vue

@ -208,6 +208,7 @@ const shortcutList = [
:class="{ active: dialogShow }" :class="{ active: dialogShow }"
width="max(30vw, 600px)" width="max(30vw, 600px)"
class="p-2" class="p-2"
:footer="null"
:wrap-class-name="`nc-modal-keyboard-shortcuts ${dialogShow ? 'active' : ''}`" :wrap-class-name="`nc-modal-keyboard-shortcuts ${dialogShow ? 'active' : ''}`"
@keydown.esc="dialogShow = false" @keydown.esc="dialogShow = false"
> >

Loading…
Cancel
Save