We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65a46e8 commit 67db62eCopy full SHA for 67db62e
engine/core/src/main/resources/view/core/Drawer.js
@@ -382,6 +382,7 @@ export class Drawer {
382
}
383
if (parsedFrame === parsedFrame.previous) {
384
parsedFrame.frameInfo.date = 0
385
+ parsedFrame.frameInfo.frameDuration = 0
386
} else {
387
parsedFrame.frameInfo.date = parsedFrame.previous.frameInfo.date + parsedFrame.previous.frameInfo.frameDuration
388
0 commit comments