Keydown move the scroll of windows
Opened this issue · 3 comments
domthomas-dev commented
If you have a scroll in the windows, press keydown move the entire window.
danharrin commented
Hey! Could you send a screen recording to demonstrate the issue, please? Thank you 🙏
domthomas-dev commented
danharrin commented
Thanks. Before I go any further, please try replacing all @keydown.arrow-up.prevent
and @keydown.arrow-down.prevent
with @keydown.arrow-up.stop.prevent
and @keydown.arrow-up.stop.prevent
. Let me know if that solves your issue :)