Call clearReply() after postMessage().

This commit is contained in:
Black Hat
2019-07-14 16:25:46 +08:00
parent be1e19934e
commit 0792f587d0

View File

@@ -319,6 +319,7 @@ Control {
} else {
postMessage(text)
text = ""
clearReply()
closeAll()
}
}