outFrame recover状态处理错误调整

This commit is contained in:
fan 2021-09-13 13:45:49 +08:00
parent bef8fee318
commit a9aea1908e

View File

@ -47,7 +47,7 @@ export default class OutFrame extends Group {
}
}
recover() {
this.box && this.box.hide();
this.box && this.box.show();
}
// 设置显示模式
setShowMode() {