🐛 (audioClip) Fix audio clip UI on Safari

This commit is contained in:
Baptiste Arnaud
2024-08-21 14:32:47 +02:00
parent 37ef8fe240
commit b2c8ef941b
9 changed files with 42 additions and 43 deletions

View File

@@ -294,7 +294,6 @@ const BotContent = (props: BotContentProps) => {
onMount(() => {
if (!botContainerElement) return
console.log('yes')
setBotContainer(botContainerElement)
resizeObserver.observe(botContainerElement)
setBotContainerHeight(`${botContainerElement.clientHeight}px`)