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
Describe the bug
When enable imageMultipleFile, SunEditor will only insert last image.
The previous image <figure> will be removed, leaving an empty <div class="se-component se-image-container __se__float-none">.
Because when call insertComponent() for 2nd image, this.removeNode(); will removed the <figure> of the first inserted image.
Describe the bug
When enable imageMultipleFile, SunEditor will only insert last image.
The previous image
<figure>
will be removed, leaving an empty<div class="se-component se-image-container __se__float-none">
.Because when call
insertComponent()
for 2nd image,this.removeNode();
will removed the<figure>
of the first inserted image.To Reproduce
Steps to reproduce the behavior:
imageMultipleFile
optionsExpected behavior
Multiple images inserted sucessfully.
Screenshots
vrauCU8dOR.mp4
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: