mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-01 19:48:08 +00:00
fix: Add missing close button if bubble is hidden (#1435)
This commit is contained in:
@@ -2,7 +2,11 @@
|
||||
<div
|
||||
id="app"
|
||||
class="woot-widget-wrap"
|
||||
:class="{ 'is-mobile': isMobile, 'is-widget-right': !isLeftAligned }"
|
||||
:class="{
|
||||
'is-mobile': isMobile,
|
||||
'is-widget-right': !isLeftAligned,
|
||||
'is-bubble-hidden': hideMessageBubble,
|
||||
}"
|
||||
>
|
||||
<home
|
||||
v-if="!showUnreadView"
|
||||
|
||||
Reference in New Issue
Block a user