修复layer wrap模式第2次展开异常的bug

master
yutent 2023-11-16 10:08:20 +08:00
parent 1b9a5da750
commit a156c9a236
1 changed files with 1 additions and 0 deletions

View File

@ -394,6 +394,7 @@ class Layer extends Component {
show() { show() {
if (this.#wrapped) { if (this.#wrapped) {
this.type = 'common' this.type = 'common'
this.#play()
} }
} }