You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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...
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: