facebookarchive / draft-js

A React framework for building text editors.
https://draftjs.org/
MIT License
22.56k stars 2.64k forks source link

delete atomic by backspace will get 'a' #3139

Open clydee-geng opened 2 years ago

clydee-geng commented 2 years ago

2022-05-09 14 33 07

The output html string simply removes the 'figure' and not the atomic whole image

This is the html string entered

<p><figure><img src="https://s2.ax1x.com/2020/02/29/3yhm8S.jpg" style="width:166px;height:237px;" /></figure><figure><img src="https://s2.ax1x.com/2020/02/29/3yhm8S.jpg" style="width:166px;height:237px;" /></figure></p>