Skip to content

Commit

Permalink
fix: cell selection in Firefox not working, fixes #714 (#715)
Browse files Browse the repository at this point in the history
* fix: cell selection in Firefox not working, fixes #714
- fixes issue #714

* tests: add Cypress with Firefox to CI workflow

* tests: use already serving http server

* tests: just testing Cypress with Chrome is enough
  • Loading branch information
ghiscoding authored Dec 28, 2022
1 parent 9e3d948 commit 3583ffc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/slick.cellrangeselector.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@

// prevent the grid from cancelling drag'n'drop by default
e.stopImmediatePropagation();
e.preventDefault();
}

function handleDragStart(e, dd) {
Expand Down

0 comments on commit 3583ffc

Please sign in to comment.