1
0
Fork 0
mirror of synced 2024-10-04 03:54:37 +13:00

Remove readonly key

This commit is contained in:
Mel O'Hagan 2023-11-02 15:49:16 +00:00
parent 9161fee687
commit 738082dc27

View file

@ -45,7 +45,7 @@
const debouncedUpdate = debounce(update, 250)
</script>
{#key (height, readonly)}
{#key height}
<SpectrumMDE
bind:mde
scroll={true}