Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(Column Resizing): Prevent selection in IE9
IE9 requires a `unselectable="on"` property for preventing selection. Adding this to the resizer elements seems to have fixed the issue. Fixes #2594
- Loading branch information