fix(editor): MentionTagWrapper document swap and selection timing for @/#/$ triggers#2720
Open
dev-chetan wants to merge 57 commits into
Open
fix(editor): MentionTagWrapper document swap and selection timing for @/#/$ triggers#2720dev-chetan wants to merge 57 commits into
dev-chetan wants to merge 57 commits into
Conversation
added 26 commits
January 19, 2026 10:59
Author
|
Hi 👋 |
added 15 commits
May 4, 2026 11:24
Author
|
Hi, workflows for my PR #2720 are awaiting approval. |
dev-chetan
commented
May 21, 2026
dev-chetan
left a comment
Author
There was a problem hiding this comment.
Merge upstream master and resolve conflicts
added 2 commits
July 3, 2026 11:10
…posers Add optional MentionTagConfig.showSuggestionsAboveEditor flag to render @/#/$ suggestion overlay above the editor child instead of below it. Default remains false for backward compatibility.
# Conflicts: # CHANGELOG.md # example/lib/main.dart # lib/src/editor/raw_editor/raw_editor_state.dart # lib/src/editor/widgets/text/text_line.dart # lib/src/rules/insert.dart
dev-chetan
commented
Jul 6, 2026
dev-chetan
left a comment
Author
There was a problem hiding this comment.
Resolved the PR conflicts locally and created the merge commit:
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