mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-02 20:18:08 +00:00
fix: Open live-chat widget clicking on any unread message (#3153)
Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
This commit is contained in:
@@ -83,6 +83,8 @@ export default {
|
||||
onClickMessage() {
|
||||
if (this.campaignId) {
|
||||
bus.$emit('on-campaign-view-clicked', this.campaignId);
|
||||
} else {
|
||||
bus.$emit('on-unread-view-clicked');
|
||||
}
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user