Browse Source

fix(nc-gui): in survery form shift+enter in rich text bahaves as enter (#8011)

pull/8013/head
Ramesh Mane 9 months ago committed by GitHub
parent
commit
98a7eb08fc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      packages/nc-gui/components/cell/RichText.vue

2
packages/nc-gui/components/cell/RichText.vue

@ -286,6 +286,8 @@ useEventListener(
[`!overflow-hidden children:line-clamp-${rowHeight}`]:
!fullMode && readOnly && rowHeight && !isExpandedFormOpen && !isForm,
}"
@keydown.alt.enter.stop
@keydown.shift.enter.stop
/>
<div v-if="isFormField && !readOnly" class="nc-form-field-bubble-menu-wrapper overflow-hidden">
<div

Loading…
Cancel
Save