Fix missing transaction on readDOMChange #186
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "kento/fix-handle-inline-change"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When I upgraded prosemirror-view from 1.37.0 to 1.41.0 in my application, I encountered an unexpected change. With a selection spanning multiple nodes, typing any character used to replace the selected range with the input. In the new version, the change is ignored and nothing happens.
Tracing the changes to find the cause, I discovered that the following commit introduced a case where a transaction that used to be dispatched is no longer dispatched. Applying this change locally restored the previous behavior.
github.com/ProseMirror/prosemirror-view@7a6f6e8b86 (diff-310a73fb2a)I tried to create a reproducible repository, but the conditions are complex and I couldn’t reproduce it in isolation. If this change is straightforward, I’d appreciate it being merged.
Thanks for the fix! Merged.
Are you going to release a new version?
I've tagged a 1.41.3