poloclub/argo-scholar

Arrow keyboard events not "consumed" by search box

polochau opened this issue · 0 comments

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)