Skip to content

Commit

Permalink
refactor: show recipient field required message
Browse files Browse the repository at this point in the history
  • Loading branch information
CedrikNikita committed Mar 12, 2024
1 parent 024aedd commit 4e62bf1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/popup/components/form/FormTextarea.vue
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
:disabled="readonly"
@keydown.enter.prevent="handleEnterClick"
@input="(payload) => handleInput(payload as InputEvent)"
@blur="(payload) => handleInput(payload as InputEvent)"
/>
</template>

Expand Down

0 comments on commit 4e62bf1

Please sign in to comment.