Skip to content

Commit

Permalink
comment fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
lalalune committed Aug 14, 2024
1 parent 3636434 commit 0e8b713
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions src/components/editors/ScriptEditor/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,7 @@ export function ScriptEditor() {
return
}

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

// timeline-to-editor scroll sync when the user is
// hovering the editor
Expand All @@ -53,7 +51,11 @@ export function ScriptEditor() {
scrollTop: horizontalTimelineRatio,
})
}
// let's do something basic for now: we disable the

// various things we can do here!
// move the scroll:
// editor.setScrollPosition({ scrollTop: horizontalTimelineRatio })

// Scroll to a specific line:
// editor.revealLine(15);

Expand Down

0 comments on commit 0e8b713

Please sign in to comment.