After expand…collapse… and so on, according can not expand or collapse again, please help to fix it, thanks!
maybe that’s wrong in line 5506@webix_debug.js
if (!wid) trg.w_view = vid; else if (wid !== id) return;
should be
if (!wid) trg.w_view = vid; else if (wid !== vid) return;
Hi,
yes, you are correct.
Thank you for the post. We will fix the issue in the next version.