Remove readonly key

This commit is contained in:
Mel O'Hagan 2023-11-02 15:49:16 +00:00
parent 9161fee687
commit 738082dc27
1 changed files with 1 additions and 1 deletions

View File

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