Skip to content

Commit

Permalink
bugfix: scrolling was disabled for default scrollbar #148 #196
Browse files Browse the repository at this point in the history
  • Loading branch information
psolom committed Jul 15, 2017
1 parent 2b7b625 commit 892a921
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/filemanager.js
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ $.richFilemanagerPlugin = function(element, pluginOptions)

$wrapper.mousewheel(function(e) {
if (!fmModel.ddModel.dragHelper) {
return false;
return true;
}

var $panes,
Expand Down

0 comments on commit 892a921

Please sign in to comment.