Remove readonly key
This commit is contained in:
parent
9161fee687
commit
738082dc27
|
@ -45,7 +45,7 @@
|
||||||
const debouncedUpdate = debounce(update, 250)
|
const debouncedUpdate = debounce(update, 250)
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
{#key (height, readonly)}
|
{#key height}
|
||||||
<SpectrumMDE
|
<SpectrumMDE
|
||||||
bind:mde
|
bind:mde
|
||||||
scroll={true}
|
scroll={true}
|
||||||
|
|
Loading…
Reference in New Issue