webix 4.2 has memory leak in "resizer" view.

the “resizer” view doesn’t destructor correctly,

some “webix.bind()” in “resizer” hold the reference to the resizer, maybe it is this._resizeStick.attachEvent(…webix.bind(…))…,

so the resizer can’t be released, and the resizer._parent_cell point to the parent layout, will not be released too.

Resizer will have its own destruction logic in the next build, which must resolve the above issue.