Merge pull request #2543 from Safelite/CASH-313-button-triggers-chat
CASH-313 hide and deactivate webchat button.
This commit is contained in:
commit
af6863ed8d
1 changed files with 2 additions and 0 deletions
|
|
@ -6,6 +6,8 @@
|
||||||
<button
|
<button
|
||||||
v-show="shouldShowWebchatButton"
|
v-show="shouldShowWebchatButton"
|
||||||
v-on:click="webchatClicked"
|
v-on:click="webchatClicked"
|
||||||
|
v-on:keydown.enter.prevent.stop
|
||||||
|
type="button"
|
||||||
class="chat-button"></button>
|
class="chat-button"></button>
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue