-
Notifications
You must be signed in to change notification settings - Fork 156
Closed
Labels
Description
Hello again ! I've been playing a lot with your awesome javascript, and i found an issue in one of the core features.
When you assign the theater.play() and theater.stop() toggles on a button, pressing it multiple times button within a certain amount of time (before the current scene/event stops) make Theater completely buggy, a fiddle will explain it better than me :
https://jsfiddle.net/AmineIzumi/yexw3do1/3/
(I also found a workaround, which is simply binding the toggle to the typing:end event)
Reactions are currently unavailable