tinymce / tinymce

The world's #1 JavaScript library for rich text editing. Available for React, Vue and Angular
https://www.tiny.cloud
Other
14.5k stars 2.2k forks source link

isDirty isn't set when first action removes something from list. #9619

Open Piechota opened 4 weeks ago

Piechota commented 4 weeks ago

Reproduction:

  1. With setContent() create doc with Bullet List
  2. Remove something from Bullet List

✔️ Expected result

isDirty() returns 'true'

❌ Actual result

isDirty() returns 'false'

📃 Other details