Skip to content

v2.3.2 (Vue3)

Latest
Compare
Choose a tag to compare
@motla motla released this 27 Dec 21:42
· 2 commits to master since this release
  • Fix Issue 36: Better handling of deleting on an empty page (no more user action is prevented on the keydown event, instead we deal with the result in the input event and ensure at least a <div><br></div> is always present in the content).
  • Fix a Safari bug with the cursor, which appeared only on recent versions of Safari (normalize() must now be called before selection <null> tags removal)