2
0

fix: 🐛 Support bubble closes on save

This commit is contained in:
Baptiste Arnaud
2022-03-25 10:44:18 +01:00
parent b784e8918e
commit 9fe85cd913
2 changed files with 11 additions and 3 deletions

View File

@ -13,7 +13,7 @@ export const TextBubbleContent = ({ step }: Props) => {
if (!typebot) return <></>
return (
<Flex
isTruncated
w="90%"
flexDir={'column'}
opacity={step.content.html === '' ? '0.5' : '1'}
className="slate-html-container"