Feat: more mouse support

This commit is contained in:
2026-02-28 02:26:33 +01:00
parent 052a6caa1a
commit 511726b65b
4 changed files with 59 additions and 10 deletions

View File

@@ -1070,7 +1070,7 @@ impl SequencerState {
}
let script_frontier = if self.script_frontier < 0.0 {
frontier.max(0.0)
frontier
} else {
self.script_frontier
};