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