mirror of
https://github.com/thelounge/thelounge
synced 2025-02-16 21:28:23 +00:00
Prevent cursor moving when navigating user list
This commit is contained in:
parent
57ba119edb
commit
049e9a1680
1 changed files with 1 additions and 0 deletions
|
@ -148,6 +148,7 @@ export default {
|
|||
// Prevent propagation to stop global keybind handler from capturing pagedown/pageup
|
||||
// and redirecting it to the message list container for scrolling
|
||||
event.stopImmediatePropagation();
|
||||
event.preventDefault();
|
||||
|
||||
let users = this.channel.users;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue