We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e472021 commit 3778cddCopy full SHA for 3778cdd
src/features/move-columns/js/column-movable.js
@@ -235,7 +235,7 @@
235
if ($scope.col.colDef.enableColumnMoving) {
236
237
var mouseDownHandler = function (evt) {
238
- if (evt.toElement.className !== 'ui-grid-icon-angle-down' && evt.toElement.tagName !== 'I') {
+ if (evt.target.className !== 'ui-grid-icon-angle-down' && evt.target.tagName !== 'I') {
239
240
//Cloning header cell and appending to current header cell.
241
var movingElm = $elm.clone();
0 commit comments