IMEState // Sync marker to cursor by default.

This commit is contained in:
ShikiSuen 2022-09-10 18:36:53 +08:00
parent 6666e5ab8e
commit 782b39f3de
1 changed files with 1 additions and 0 deletions

View File

@ -113,6 +113,7 @@ extension IMEState {
// displayTextSegments
result.data.displayTextSegments = displayTextSegments
result.data.cursor = cursor
result.data.marker = cursor
return result
}