fix(editor): MentionTagWrapper document swap and selection timing for @/#/$ triggers#2720
Open
dev-chetan wants to merge 52 commits into
Open
fix(editor): MentionTagWrapper document swap and selection timing for @/#/$ triggers#2720dev-chetan wants to merge 52 commits into
dev-chetan wants to merge 52 commits into
Conversation
added 26 commits
January 19, 2026 10:59
Author
|
Hi 👋 |
dev-chetan
commented
May 3, 2026
Author
dev-chetan
left a comment
There was a problem hiding this comment.
Fix mention/tag style leaks and suggestion state issues
- Prevent stale async search results from replacing newer suggestions
- Refresh mention/tag config when wrapper inputs change
- Support multi-word @ and $ queries without hiding overlay early
- Reuse KeyboardListener FocusNode instead of recreating it
- Prevent token styles from leaking into text typed after selected tags
- Optimize post-selection cleanup to avoid unnecessary formatting work
Author
|
Hi, I’ve completed all requested tasks and pushed the latest fixes. Could you please review and approve when you get a chance? |
dev-chetan
commented
May 3, 2026
Author
dev-chetan
left a comment
There was a problem hiding this comment.
Fix empty mention/tag suggestions rendering in read-only config
dev-chetan
commented
May 4, 2026
Author
dev-chetan
left a comment
There was a problem hiding this comment.
some changes and bug fixed
added 16 commits
May 4, 2026 10:34
Author
|
Hi, workflows for my PR #2720 are awaiting approval. |
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
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.
Description
Describe what this PR does. If modifying behavior, explain the current and new behavior, along with the motivation.
Related Issues
Type of Change