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

markers do not support the idleTimeLimit setting #264

Open
sh4wnyue opened this issue Aug 21, 2024 · 0 comments
Open

markers do not support the idleTimeLimit setting #264

sh4wnyue opened this issue Aug 21, 2024 · 0 comments

Comments

@sh4wnyue
Copy link

sh4wnyue commented Aug 21, 2024

Describe the bug
When I initialized the player with markers and idleTimeLimit configured at the same time, it caused the playback to end, but the playback time bar was not, idleTimeLimit configuration is removed, and the playback works normally.

To Reproduce
Steps to reproduce the behavior:

  player = asciinemaPlayer.create(`data:text/plain;base64,${content}`, playerRef.value, {
       version: 2,
       autoPlay: true,
       idleTimeLimit: 2,
       fontFamily: 'Menlo, Consolas, monospace',  
       theme: 'dracula',  
       markers: [.....] ,
     });

Expected behavior
markers and idleTimeLimit were configured, and the playback screen and time schedule ended at the same time

Versions:

  • OS: windows 11
  • Browser : edge 127.0.2651.105
  • asciinema player: 3.8.0
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

1 participant