Skip to content

Commit 41ec4e7

Browse files
authored
fix(common): cell selection in Firefox not working (#859)
- fixes issue reported in SlickGrid [issue 714](6pac/SlickGrid#714)
1 parent af909ef commit 41ec4e7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/common/src/extensions/slickCellRangeSelector.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -344,6 +344,7 @@ export class SlickCellRangeSelector {
344344

345345
// prevent the grid from cancelling drag'n'drop by default
346346
e.stopImmediatePropagation();
347+
e.preventDefault();
347348
}
348349

349350
protected handleDragStart(e: DOMMouseOrTouchEvent<HTMLDivElement>, dd: DragPosition) {

0 commit comments

Comments
 (0)