Skip to content

Commit

Permalink
Update w2grid.js
Browse files Browse the repository at this point in the history
  • Loading branch information
mrg2001 committed Mar 27, 2021
1 parent d881abe commit e58f171
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/w2grid.js
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@
* - column.text can be a function
* - columnGroup.text can be a function
* - grid.tabIndex
* - onColumnAutoResize
*
************************************************************************/

Expand Down Expand Up @@ -3462,7 +3463,7 @@
},

columnClick: function (field, event) {
// ignore click if column was resizing
// ignore click if column was resized
if (this.last.colResizing === true) {
return
}
Expand Down

0 comments on commit e58f171

Please sign in to comment.