mirror of
https://github.com/servo/servo.git
synced 2025-08-25 23:28:21 +01:00
Improve IME messaging to embedder with insertion point index and multiline flag.
This commit is contained in:
parent
0539043e35
commit
b8a74e89cf
8 changed files with 57 additions and 15 deletions
|
@ -487,7 +487,7 @@ where
|
|||
let permission_state = prompt_user(prompt);
|
||||
let _ = sender.send(permission_state);
|
||||
},
|
||||
EmbedderMsg::ShowIME(_kind, _text, _rect) => {
|
||||
EmbedderMsg::ShowIME(_kind, _text, _multiline, _rect) => {
|
||||
debug!("ShowIME received");
|
||||
},
|
||||
EmbedderMsg::HideIME => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue