-
-
Notifications
You must be signed in to change notification settings - Fork 287
Open
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels