Skip to content

Commit

Permalink
fix(mousewheel): add jquery mousewheel lib to fix scroll in frozen grid
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding-SE committed Feb 27, 2020
1 parent 3a5c9d8 commit d2bc0e7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
// only import the necessary core lib, each will be imported on demand when enabled (via require)
import 'jquery-ui-dist/jquery-ui';
import 'slickgrid/lib/jquery.event.drag-2.3.0';
import 'slickgrid/lib/jquery.mousewheel';
import 'slickgrid/slick.core';
import 'slickgrid/slick.grid';
import 'slickgrid/slick.dataview';
Expand Down

0 comments on commit d2bc0e7

Please sign in to comment.