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
Hi Stuart - great library. One thing I've noticed is that if you hold your mouse down, and move off the right hand side of the keyboard, you hear a low sounding note, and an extra bit of highlighting appears. You can recreate this on the http://stuartmemo.com/qwerty-hancock/ website.
For the little project I'm working on, I've been able to stop this from happening by adding a check that the element is an li on lines 271 and 282.
if (mouse_is_down && element.tagName.toLowerCase() == 'li') {
I'm not 100% sure if that's the best way to solve it, but I just wanted to let you know.
Cheers,
Ed
The text was updated successfully, but these errors were encountered:
Hi Stuart - great library. One thing I've noticed is that if you hold your mouse down, and move off the right hand side of the keyboard, you hear a low sounding note, and an extra bit of highlighting appears. You can recreate this on the http://stuartmemo.com/qwerty-hancock/ website.
For the little project I'm working on, I've been able to stop this from happening by adding a check that the element is an
li
on lines 271 and 282.I'm not 100% sure if that's the best way to solve it, but I just wanted to let you know.
Cheers,
Ed
The text was updated successfully, but these errors were encountered: