slab / quill

Quill is a modern WYSIWYG editor built for compatibility and extensibility
https://quilljs.com
BSD 3-Clause "New" or "Revised" License
43.18k stars 3.35k forks source link

when input(not IME) after inline embed element, selection do not update #4065

Open wpj-wpj-wpj opened 6 months ago

wpj-wpj-wpj commented 6 months ago

https://github.com/quilljs/quill/assets/26898312/d9db1641-53a7-41e8-a5f3-2e344edfb101

How to produce:

Debug:

when input after embed element, quill will excute twice setNativeRange:

optimize set the expected range from context

update set the wrong range

How to fix:

wpj-wpj-wpj commented 6 months ago

I've oppened PR https://github.com/quilljs/quill/pull/4066