mirror of
https://github.com/servo/servo.git
synced 2025-08-12 17:05:33 +01:00
Unfocus input when virtual keyboard is dismissed
This commit is contained in:
parent
967a70bd60
commit
6252d36a14
11 changed files with 91 additions and 2 deletions
|
@ -88,6 +88,7 @@ public:
|
|||
void ContextMenuClosed(CContextMenuResult res, unsigned int idx) {
|
||||
on_context_menu_closed(res, idx);
|
||||
}
|
||||
void IMEDismissed() { ime_dismissed(); }
|
||||
|
||||
private:
|
||||
ServoDelegate &mDelegate;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue