ryuever/react-tapable-editor

drop a image on a blank line

Opened this issue · 0 comments

when drop a image in editor, it will do as follows:

  1. split current block
  2. add image atomic
  3. add a new blank line

But when the block is a blank line, the first step may not be necessary..