Alex-D / Trumbowyg

A lightweight and amazing WYSIWYG JavaScript editor under 10kB
https://alex-d.github.io/Trumbowyg
MIT License
3.96k stars 606 forks source link

Table cells become unresizable after table content changed #1474

Open zymbth opened 3 days ago

zymbth commented 3 days ago

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.

Description

I created a codepen to show them. codepen

How to reproduce?

Then, table cells become unresizable.

The cellHandle is added to resizeLayer repeatedly, and still unresizable.

PR

I found the reasons in the source code, tried to fix them, and submitted a PR.