2
0

🚸 (condition) Enable multiple condition items in one block

Closes #162
This commit is contained in:
Baptiste Arnaud
2022-11-16 14:56:09 +01:00
parent 96eb77d94b
commit 6725c17a02
24 changed files with 327 additions and 216 deletions

View File

@ -12,7 +12,6 @@ export const toggle = () => {
? closePopup(existingPopup)
: openPopup(existingPopup)
const existingBubble = document.querySelector('#typebot-bubble')
console.log(existingBubble)
if (existingBubble)
isIframeOpened(existingBubble)
? closeIframe(existingBubble)