修复layer wrap模式第2次展开异常的bug
parent
1b9a5da750
commit
a156c9a236
|
@ -394,6 +394,7 @@ class Layer extends Component {
|
|||
show() {
|
||||
if (this.#wrapped) {
|
||||
this.type = 'common'
|
||||
this.#play()
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue