-
Notifications
You must be signed in to change notification settings - Fork 62
fix: selection/caret issues #1865
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
+45
−2
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0d68d6d to
2cddff2
Compare
harbournick
approved these changes
Jan 29, 2026
Collaborator
harbournick
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
harbournick
pushed a commit
that referenced
this pull request
Jan 29, 2026
## [1.9.1-next.1](v1.9.0...v1.9.1-next.1) (2026-01-29) ### Bug Fixes * **comments:** pass superdoc instance when canceling pending comment ([#1862](#1862)) ([4982bac](4982bac)) * selection/caret issues ([#1865](#1865)) ([3f627fb](3f627fb)) * use stable comment ids for imported comments ([#1863](#1863)) ([0c330d0](0c330d0))
Collaborator
|
🎉 This PR is included in version 1.9.1-next.1 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
harbournick
pushed a commit
that referenced
this pull request
Jan 30, 2026
# [1.10.0](v1.9.0...v1.10.0) (2026-01-30) ### Bug Fixes * **collaboration:** add debouncing to header/footer Y.Doc updates ([#1861](#1861)) ([90d0f65](90d0f65)) * comment text after enter break is dropped on render and export ([#1853](#1853)) ([ce7f553](ce7f553)) * **comments:** pass superdoc instance when canceling pending comment ([#1862](#1862)) ([4982bac](4982bac)) * horizontal rule ([#1875](#1875)) ([4b3b92e](4b3b92e)) * selection/caret issues ([#1865](#1865)) ([3f627fb](3f627fb)) * **super-editor:** preserve toolbar style marks when wrapping runs ([9dbcdd2](9dbcdd2)) * table width ([#1876](#1876)) ([46a635c](46a635c)) * use stable comment ids for imported comments ([#1863](#1863)) ([0c330d0](0c330d0)) ### Features * add CLAUDE.md/AGENTS.md navigation files for AI tools ([#1878](#1878)) ([db98d62](db98d62)) * **track-changes:** add emitCommentEvent option to suppress sidebar bubbles ([#1880](#1880)) ([87a2f24](87a2f24))
Collaborator
|
🎉 This PR is included in version 1.10.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Linear: SD-1439.
This PR fixes several issues.