Skip to content

Commit 2f73b16

Browse files
committed
v2.11.4
1 parent 38f2083 commit 2f73b16

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

packages/overlayscrollbars/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 2.11.4
4+
5+
### Bug Fixes
6+
7+
- Remove scrollbars `click` event which prevents triggering unwanted `click` events when the prevention is no longer required. [#720](https://github.com/KingSora/OverlayScrollbars/issues/720)
8+
39
## 2.11.3
410

511
### Improvements

packages/overlayscrollbars/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "overlayscrollbars",
33
"private": true,
44
"type": "module",
5-
"version": "2.11.3",
5+
"version": "2.11.4",
66
"description": "A javascript scrollbar plugin that hides the native scrollbars, provides custom styleable overlay scrollbars, and preserves the native functionality and feel.",
77
"author": "Rene Haas | KingSora",
88
"license": "MIT",

0 commit comments

Comments
 (0)