Fix audio layers going offscreen
This commit is contained in:
parent
e321b2bfcc
commit
33896c693d
|
|
@ -6350,6 +6350,7 @@ function timeline() {
|
|||
|
||||
let maxScroll =
|
||||
context.activeObject.layers.length * layerHeight +
|
||||
context.activeObject.audioLayers.length * layerHeight +
|
||||
gutterHeight -
|
||||
timeline_cvs.height;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue