microsoft / roosterjs

roosterjs is a framework-independent javascript rich text editor.
Other
1.19k stars 161 forks source link

Fix image selection in tables #2781

Closed juliaroldi closed 2 months ago

juliaroldi commented 2 months ago

The images in tables was not working properly, because the findImageEditing functions was not looking for images in the Table blockgroup. To fix the issue, adjust findImageEditing to search for images inside tables.

imagesAndTables