feat: Allow user to change the bubble title using SDK (#1155)
- Allow user to change the bubble title using SDK - Add docs for enabling expanded bubble
This commit is contained in:
parent
662bb882f7
commit
e8912655a5
3 changed files with 11 additions and 1 deletions
|
@ -113,7 +113,7 @@ export const IFrameHelper = {
|
|||
},
|
||||
|
||||
setBubbleLabel(message) {
|
||||
setBubbleText(message.label);
|
||||
setBubbleText(window.$chatwoot.launcherTitle || message.label);
|
||||
},
|
||||
|
||||
toggleBubble: () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue