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
Symptom: when pressing left arrow key (or other arrow key)) on keyboard in search box, the graph also pans left.
Possible reason: the graph “view”currently supports panning by arrow keys.
Possible fix: the simplest fix could be to have the keyboard presses (KeyPressed events?) be “consumed” by the search box (thus will no longer propagate to graph view)
The text was updated successfully, but these errors were encountered:
Symptom: when pressing left arrow key (or other arrow key)) on keyboard in search box, the graph also pans left.
Possible reason: the graph “view”currently supports panning by arrow keys.
Possible fix: the simplest fix could be to have the keyboard presses (KeyPressed events?) be “consumed” by the search box (thus will no longer propagate to graph view)
The text was updated successfully, but these errors were encountered: