CASH-313 add keydown prevent.
This commit is contained in:
parent
dd6f6160f4
commit
4290814a57
1 changed files with 1 additions and 0 deletions
|
|
@ -6,6 +6,7 @@
|
||||||
<button
|
<button
|
||||||
v-show="shouldShowWebchatButton"
|
v-show="shouldShowWebchatButton"
|
||||||
v-on:click="webchatClicked"
|
v-on:click="webchatClicked"
|
||||||
|
v-on:keydown.enter.prevent.stop
|
||||||
type="button"
|
type="button"
|
||||||
class="chat-button"></button>
|
class="chat-button"></button>
|
||||||
</span>
|
</span>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue