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
The table plugin of v2.28.0 has resizing bugs now: table cells become unresizable after table content is changed, and cellHandle is added to resizeLayer repeatedly.
The table plugin of
v2.28.0
has resizing bugs now: table cells become unresizable after table content is changed, andcellHandle
is added toresizeLayer
repeatedly.Description
I created a codepen to show them. codepen
How to reproduce?
Then, table cells become unresizable.
The
cellHandle
is added toresizeLayer
repeatedly, and still unresizable.PR
I found the reasons in the source code, tried to fix them, and submitted a PR.
The text was updated successfully, but these errors were encountered: