red-axe / am-editor

A rich text editor that supports collaborative editing and allows for the free use of front-end common libraries such as React and Vue to extend and define plugins.
https://editor.aomao.com
MIT License
939 stars 196 forks source link

fix(bug): fix range error when undo the history after deleting text … #305

Closed FlordH closed 1 year ago

FlordH commented 1 year ago

Two paragraphs,for example

222 333

  1. Selected "22 33",such as

2"22 33"3

  1. click on backspace

  2. press Ctrl+z to cancel

there is the problem that the selected text is not the previous 22 33, but 333