jadrake75 / ng-scrolling-table

MIT License
8 stars 2 forks source link

column resizing should timeout and cancel #72

Closed jadrake75 closed 9 years ago

jadrake75 commented 10 years ago

The column resizer is having some problems "letting" go of the drag events.... it might be good to simply cancel the resize/drag after a period of time (say 5 seconds?)

This should be configurable via a provider (which is another addition that should be made for the library.

Xanir commented 9 years ago

Fixed by: f68e89f0459aebc021a925d02fd812dd0f91018a Pending merge to Close.