mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 796269 - [settings] set time manually once, cannot do again r=vingtetun
This commit is contained in:
parent
e04bd7f907
commit
0be689beeb
@ -77,6 +77,7 @@ let FormAssistant = {
|
||||
case "blur":
|
||||
if (this.previousTarget) {
|
||||
sendAsyncMessage("Forms:Input", { "type": "blur" });
|
||||
this.isKeyboardOpened = false;
|
||||
this.previousTarget = null;
|
||||
}
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user