Bug 796269 - [settings] set time manually once, cannot do again r=vingtetun

This commit is contained in:
Tim Taubert 2012-10-09 17:29:32 +02:00
parent e04bd7f907
commit 0be689beeb

View File

@ -77,6 +77,7 @@ let FormAssistant = {
case "blur":
if (this.previousTarget) {
sendAsyncMessage("Forms:Input", { "type": "blur" });
this.isKeyboardOpened = false;
this.previousTarget = null;
}
break;