mirror of
https://github.com/zulip/zulip.git
synced 2025-10-29 11:03:54 +00:00
ui scrollbar: Update perfect-scrollbar to 1.3.0.
Update perfect-scrollbar to fix stutter space-scrolling in #8544. Also reworked deprecated `element.perfectScrollbar` to `new PerfectScrollbar(element)`. Lastly, updated provision version and changed node module path to new path. This also refactors perfect-scrollbar in help.js to work with updated version of perfect-scrollbar. Because the update also changed perfect-scrollbar's css selectors for all scrollbars in zulip, we update those too. Fixes #8544.
This commit is contained in:
@@ -8,4 +8,4 @@ ZULIP_VERSION = "1.7.1+git"
|
||||
# Typically, adding a dependency only requires a minor version bump, and
|
||||
# removing a dependency requires a major version bump.
|
||||
|
||||
PROVISION_VERSION = '16.1'
|
||||
PROVISION_VERSION = '17.0'
|
||||
|
||||
Reference in New Issue
Block a user