Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

从a页面跳转到b页面时,a页面中录制的最后一条数据播放时不显示 #68

Open
Jerry379 opened this issue Nov 3, 2020 · 1 comment

Comments

@Jerry379
Copy link
Contributor

Jerry379 commented Nov 3, 2020

跳转处的数据是这样的
image

packages\player\src\player.ts文件的renderEachFrame方法中的this.execFrame方法调不到

while (
            this.recordIndex < this.records.length &&
            +(data = this.records[this.recordIndex]).time - this.curViewDiffTime <= this.frames[this.frameIndex]
) {
            this.execFrame.call(this, data)
            this.recordIndex++
}
@oct16
Copy link
Owner

oct16 commented Nov 3, 2020

使用新版本测试一下

oct16 added a commit that referenced this issue Nov 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants