mirror of
https://github.com/lingble/chatwoot.git
synced 2025-10-31 19:17:48 +00:00
feat: handle rails turbo morphing (#11422)
Co-authored-by: Sivin Varghese <64252451+iamsivin@users.noreply.github.com>
This commit is contained in:
@@ -67,6 +67,7 @@ export const createBubbleHolder = hideMessageBubble => {
|
||||
}
|
||||
addClasses(bubbleHolder, 'woot--bubble-holder');
|
||||
bubbleHolder.id = 'cw-bubble-holder';
|
||||
bubbleHolder.dataset.turboPermanent = true;
|
||||
body.appendChild(bubbleHolder);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user