Skip to content

Commit

Permalink
//
Browse files Browse the repository at this point in the history
  • Loading branch information
Purice Ivan committed Feb 19, 2018
1 parent bbb81ef commit f46bf58
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jquery.mCustomScrollbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -1591,6 +1591,7 @@ and dependencies (minified).
/*Check if need scoll*/
_checkScroll = function (target, wheelDelta) {
if (!target) return false;

var targetJquery = $(target);
if (targetJquery.is("path") || targetJquery.hasClass("chart-container")) return true;

Expand Down

1 comment on commit f46bf58

@ChriStef
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what?

Please sign in to comment.