broken HTML [hotfix] (#1558)

This commit is contained in:
aliabid94 2022-06-13 17:20:35 -07:00 committed by GitHub
parent 11b12d9456
commit a3047ee838
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,6 +9,6 @@
$: value, dispatch("change");
</script>
<div class="output-html" id={elem_id} class:hidden={visible === false}>
<div class="output-html" id={elem_id}>
{@html value}
</div>