CASH-313 add keydown prevent.

This commit is contained in:
Bryan Mauger 2025-05-21 15:47:21 -04:00
parent dd6f6160f4
commit 4290814a57

View file

@ -6,6 +6,7 @@
<button
v-show="shouldShowWebchatButton"
v-on:click="webchatClicked"
v-on:keydown.enter.prevent.stop
type="button"
class="chat-button"></button>
</span>