Skip to content

Commit 0e8b713

Browse files
committed
comment fixes
1 parent 3636434 commit 0e8b713

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

src/components/editors/ScriptEditor/index.tsx

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,7 @@ export function ScriptEditor() {
3838
return
3939
}
4040

41-
// various things we can do here!
42-
// move the scroll:
43-
// editor.setScrollPosition({ scrollTop: horizontalTimelineRatio })
41+
// let's do something basic for now: we disable the
4442

4543
// timeline-to-editor scroll sync when the user is
4644
// hovering the editor
@@ -53,7 +51,11 @@ export function ScriptEditor() {
5351
scrollTop: horizontalTimelineRatio,
5452
})
5553
}
56-
// let's do something basic for now: we disable the
54+
55+
// various things we can do here!
56+
// move the scroll:
57+
// editor.setScrollPosition({ scrollTop: horizontalTimelineRatio })
58+
5759
// Scroll to a specific line:
5860
// editor.revealLine(15);
5961

0 commit comments

Comments
 (0)