IMEState // Sync marker to cursor by default.
This commit is contained in:
parent
6666e5ab8e
commit
782b39f3de
|
@ -113,6 +113,7 @@ extension IMEState {
|
|||
// 注意資料的設定順序,一定得先設定 displayTextSegments。
|
||||
result.data.displayTextSegments = displayTextSegments
|
||||
result.data.cursor = cursor
|
||||
result.data.marker = cursor
|
||||
return result
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue