bugfix - heading not updating with state change

This commit is contained in:
Michael Shanks 2020-07-08 14:33:48 +01:00
parent cf82bf9e1c
commit 106262657b
1 changed files with 1 additions and 1 deletions

View File

@ -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'}