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
Subscribe to graph translate event. graph.on('translate', () => { console.log('graph is translating'); });
graph.on('translate', () => { console.log('graph is translating'); });
Press Alt + Tab
Alt + Tab
The event will keep firing and this can be seen in the console logs that keep piling up.
Internal tool which cannot be provided
As a user, I expected the graph translate event to fire only when i am translating the graph even after switching windows using Alt + Tab
No response
10.0, Build 19045
Version 129.0.2792.65 (Official build) (64-bit)
Version 129.0.6668.70 (Official Build) (64-bit)
2.15.1
Bug occurs in both Chrome and Edge, not tested on Safari.
The text was updated successfully, but these errors were encountered:
Resolved. It was caused by using RequestAnimationFrames() elsewhere and I just needed to add more checks to prevent this being called every frame.
RequestAnimationFrames()
Sorry, something went wrong.
No branches or pull requests
Describe the bug
Subscribe to graph translate event.
graph.on('translate', () => { console.log('graph is translating'); });
Press
Alt + Tab
The event will keep firing and this can be seen in the console logs that keep piling up.
Your Example Website or App
Internal tool which cannot be provided
Steps to Reproduce the Bug or Issue
Subscribe to graph translate event.
graph.on('translate', () => { console.log('graph is translating'); });
Press
Alt + Tab
The event will keep firing and this can be seen in the console logs that keep piling up.
Expected behavior
As a user, I expected the graph translate event to fire only when i am translating the graph even after switching windows using
Alt + Tab
Screenshots or Videos
No response
Platform
10.0, Build 19045
Version 129.0.2792.65 (Official build) (64-bit)
Version 129.0.6668.70 (Official Build) (64-bit)
2.15.1
Additional context
Bug occurs in both Chrome and Edge, not tested on Safari.
The text was updated successfully, but these errors were encountered: