Skip to content
New issue

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

Mouse clicks are sometimes slowed (preventing double-clicks) #43

Open
joshuahhh opened this issue Dec 24, 2015 · 0 comments
Open

Mouse clicks are sometimes slowed (preventing double-clicks) #43

joshuahhh opened this issue Dec 24, 2015 · 0 comments

Comments

@joshuahhh
Copy link
Collaborator

This diagram isn't very complex. But for some reason, successive mouse clicks are processed over 400ms apart, so double-clicks cannot be registered. I'll poke around.

EDIT: Profiling suggests there's a big lag from serialization! Possible solutions:

  • Make double-click a single event, rather than a pair of events (selection, double-click selection).
  • Fix something serialization-scheduling-related.
  • Check if there's some reason serialization of this particular diagram is problematic... I guess the file is unusually large...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant