Fix missing placeholders

old-stable24
Varun Patil 2022-10-26 10:52:54 -07:00
parent af306bdb47
commit a7a85a27f5
1 changed files with 2 additions and 1 deletions

View File

@ -386,7 +386,8 @@ export default class Timeline extends Mixins(GlobalMixin, UserConfig) {
flag: this.c.FLAG_PLACEHOLDER,
fileid: Math.random(),
dispW: utils.roundHalf(this.rowWidth / this.numCols),
dispX: utils.roundHalf(j * this.rowWidth / this.numCols) ,
dispX: utils.roundHalf(j * this.rowWidth / this.numCols),
dispH: this.rowHeight,
dispY: 0,
};
}