p-hy / art

Augmented Reality Telepresence for Double 3
GNU Affero General Public License v3.0
0 stars 0 forks source link

Pole jittering on keyboard drive if mid-actuation #5

Closed p-hy closed 2 years ago

p-hy commented 2 years ago

Happens because the button is still selected and arrow keys are clicking it, but this needs to not happen.

p-hy commented 2 years ago

Close on next commit, solution was a simple preventDefault() on arrow key input.