Skip to content

fix: korean ime issue#1212

Open
LucasXu0 wants to merge 3 commits into
flutter/3_27_4from
fix/korean_ime
Open

fix: korean ime issue#1212
LucasXu0 wants to merge 3 commits into
flutter/3_27_4from
fix/korean_ime

Conversation

@LucasXu0

Copy link
Copy Markdown
Collaborator

No description provided.

LucasXu0 and others added 3 commits June 24, 2026 09:29
_parseDeltaElement's fallback branch called child.text on any
non-Element DOM node, including dom.Comment (whose .text getter
aliases its raw data). This let real HTML comments -- e.g. the
internal tracking marker Google's AI Overview panel injects when
you copy its answer text -- surface as visible garbage in the
editor. Skip non-Text nodes here, matching the dom.Text check
_parseElement already does one level up.
…rean-ime

fix: don't leak HTML comment content into pasted paragraph text
@CLAassistant

Copy link
Copy Markdown

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
1 out of 2 committers have signed the CLA.

✅ LucasXu0
❌ appflowy
You have signed the CLA already but the status is still pending? Let us recheck it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants