Browse Source

fix: disable input field after Enter key is pressed

pull/7298/head
Ramesh Mane 9 months ago
parent
commit
e40ed4e8cf
  1. 1
      packages/nc-gui/components/smartsheet/expanded-form/Comments.vue

1
packages/nc-gui/components/smartsheet/expanded-form/Comments.vue

@ -260,6 +260,7 @@ watch(commentInputDomRef, () => {
placeholder="Start typing..."
data-testid="expanded-form-comment-input"
:bordered="false"
:disabled="isSaving"
@keyup.enter.prevent="saveComment"
>
</a-input>

Loading…
Cancel
Save