Skip to content

Commit dc75eb0

Browse files
fix(editor): vertical scrolling #603 (#604)
1 parent f289008 commit dc75eb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/renderer/components/editor/Editor.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ onMounted(() => {
345345
class="overflow-auto"
346346
@layout="onSplitterLayout"
347347
>
348-
<SplitterPanel>
348+
<SplitterPanel as-child>
349349
<div
350350
id="editor"
351351
data-editor-mount

0 commit comments

Comments
 (0)