Skip to content

Commit

Permalink
fix: editor input scroll sync
Browse files Browse the repository at this point in the history
  • Loading branch information
BearToCode committed Jun 25, 2024
1 parent 4d9f9f7 commit c7e0a65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/carta-md/src/lib/MarkdownEditor.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@
bind:value
bind:resize={resizeInput}
bind:elem={inputElem}
on:scroll{handleScroll}
on:scroll={handleScroll}
>
<!-- Input extensions components -->
{#if mounted}
Expand Down

0 comments on commit c7e0a65

Please sign in to comment.