bugfix - heading not updating with state change
This commit is contained in:
parent
cf82bf9e1c
commit
106262657b
|
@ -8,7 +8,7 @@
|
|||
|
||||
let containerElement
|
||||
|
||||
$: containerElement && !text && _bb.attachChildren(containerElement)
|
||||
$: containerElement && !text && _bb.props.children && _bb.props.children.length && _bb.attachChildren(containerElement)
|
||||
</script>
|
||||
|
||||
{#if type === 'h1'}
|
||||
|
|
Loading…
Reference in New Issue