You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As far as I can see this is due to the fix for #600. _updateStyles() is meant to be incremental but that fix flat out deletes all the styles and only recreates the top (item height + 10) rows
The text was updated successfully, but these errors were encountered:
This is bizarre. If you resize vertically and don't let go of click, you can still resize horizontally and it works fine. In my projects, I don't have this issue. I'll investigate, but I can't think of a good reason (which only means that it's a bad reason...but aren't all bugs bad?).
This seems to happen only when the resized item is the only one on it's row. Resizing it vertically resets them.
https://jsfiddle.net/ad2e0hvm/12/
As far as I can see this is due to the fix for #600. _updateStyles() is meant to be incremental but that fix flat out deletes all the styles and only recreates the top (item height + 10) rows
The text was updated successfully, but these errors were encountered: