Merge pull request #2546 from Safelite/CASH-313-fix-webchat-button

CASH-313 fix webchat button. Test in dev.
This commit is contained in:
bmauger 2025-05-21 16:26:14 -04:00 committed by GitHub
commit e19339ec6c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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