companion
companion copied to clipboard
[BUG] internal: Actions: Abort all delayed actions on a page
Is this a bug in companion itself or a module?
- [X] I believe this to be a bug in companion
Is there an existing issue for this?
- [X] I have searched the existing issues
Describe the bug
Delayed action is not interrupted even if you use command: internal: Actions: Abort all delayed actions on a page
Steps To Reproduce
- Create button A with dealyed action for 15 seconds. This action will press and release button B:
- Create button B:
Expected Behavior
Push the button A and in time less then 15 seconds press button B. The delayed action on A should be interrupted. It does not work :-(
Environment (please complete the following information)
- OS:Win 10
- Browser: Chrome last
- Companion Version: 3.3.0
Additional context
No response