draft-js icon indicating copy to clipboard operation
draft-js copied to clipboard

delete atomic by backspace will get 'a'

Open clydee-geng opened this issue 2 years ago • 0 comments

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>

clydee-geng avatar May 09 '22 06:05 clydee-geng