Skip to content

Commit f46bf58

Browse files
author
Purice Ivan
committed
//
1 parent bbb81ef commit f46bf58

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

jquery.mCustomScrollbar.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1591,6 +1591,7 @@ and dependencies (minified).
15911591
/*Check if need scoll*/
15921592
_checkScroll = function (target, wheelDelta) {
15931593
if (!target) return false;
1594+
15941595
var targetJquery = $(target);
15951596
if (targetJquery.is("path") || targetJquery.hasClass("chart-container")) return true;
15961597

0 commit comments

Comments
 (0)