We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Interaction handler event listeners should be registered only once
Currently keyup and keydown listeners are registered twice
Remove event listeners when interactionHandler class is deleted
git log -1
docker version
You may join our Gitter channel for community support.
The text was updated successfully, but these errors were encountered:
klakhov
Successfully merging a pull request may close this issue.
My actions before raising this issue
Expected Behaviour
Interaction handler event listeners should be registered only once
Current Behaviour
Currently keyup and keydown listeners are registered twice
Possible Solution
Remove event listeners when interactionHandler class is deleted
Steps to Reproduce (for bugs)
Context
Your Environment
git log -1
): f2c9dc0docker version
(e.g. Docker 17.0.05): 20.10.8Logs from `cvat` container
Next steps
You may join our Gitter channel for community support.
The text was updated successfully, but these errors were encountered: