안드로이드 에디터 찾기 인풋에서 조합 깨지는 문제 수정 - #5216
Conversation
|
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
How to use the Graphite Merge QueueAdd the label 🚀 to this PR to add it to the merge queue. You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
1067330 to
93ffae2
Compare
8ef8fc0 to
9350cf8
Compare
There was a problem hiding this comment.
Reviewed the changes to fix Korean IME composition breaking in the Android editor find input. The fix correctly wraps the value read in Snapshot.withoutReadObservation in TextInputState.update() to prevent the recompose scope from re-subscribing to session state changes mid-composition, and moves rememberTextInputState ownership up to EditorScreen (a valid composable context) so the top bar only renders it. A regression test covering the ㅇ → 아 composition case was added. No bugs, logic errors, or security issues found.

ㅇ → 아한글 조합 회귀 테스트 추가