Prevent cursor moving when navigating user list

This commit is contained in:
Pavel Djundik 2019-11-24 15:45:56 +02:00
parent 57ba119edb
commit 049e9a1680

View file

@ -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;