Skip to content

Commit c7e0a65

Browse files
committed
fix: editor input scroll sync
1 parent 4d9f9f7 commit c7e0a65

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/carta-md/src/lib/MarkdownEditor.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@
175175
bind:value
176176
bind:resize={resizeInput}
177177
bind:elem={inputElem}
178-
on:scroll{handleScroll}
178+
on:scroll={handleScroll}
179179
>
180180
<!-- Input extensions components -->
181181
{#if mounted}

0 commit comments

Comments
 (0)