Commit 4b4104a8 authored by rockyl's avatar rockyl

修复提示文本不消失的bug

parent f3708faf
......@@ -246,9 +246,9 @@ export class TextInput extends Label {
private onClickStage(e) {
//e.stopPropagation();
//if (e.currentTarget !== this) {
this.setBlur();
//}
if (e.currentTarget !== this) {
this.setBlur();
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment