Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(resizer): fix a regression bug caused by previous
- resizer service init must be done only after SlickGrid is initialized, else we end up binding our resize to a grid dom element that doesn't yet exist in the DOM - this regression bug wasn't caught earlier because there's no Cypress E2E to test that since it's too hard to test, basically it was caught manually since I found out the auto-resize stopped working (it failed silently) and I was wondering why that suddenly happened
- Loading branch information