mirror of
https://github.com/zulip/zulip.git
synced 2025-10-28 18:43:52 +00:00
Disable keyboard scrolling in sidebar
(imported from commit eca509a90df175d21d85eb409c0db9c8fbb931ea)
This commit is contained in:
committed by
Jessica McKellar
parent
a2d2438f03
commit
99036efa06
@@ -1832,7 +1832,8 @@ $(function () {
|
||||
|
||||
$(function () {
|
||||
$("#stream_filters").perfectScrollbar({
|
||||
suppressScrollX: true
|
||||
suppressScrollX: true,
|
||||
useKeyboard: false
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user