Fix audio layers going offscreen

This commit is contained in:
Skyler Lehmkuhl 2025-01-16 20:12:44 -05:00
parent e321b2bfcc
commit 33896c693d
1 changed files with 1 additions and 0 deletions

View File

@ -6350,6 +6350,7 @@ function timeline() {
let maxScroll =
context.activeObject.layers.length * layerHeight +
context.activeObject.audioLayers.length * layerHeight +
gutterHeight -
timeline_cvs.height;