|
|
@ -107,7 +107,7 @@ export class CardLayout extends Layout { |
|
|
|
throw new Error("cardName not exist", cardName); |
|
|
|
throw new Error("cardName not exist", cardName); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
const child = this._children[this._getChildName(cardName)]; |
|
|
|
let child = this._children[this._getChildName(cardName)]; |
|
|
|
this._deleteCardByName(cardName); |
|
|
|
this._deleteCardByName(cardName); |
|
|
|
if (child) { |
|
|
|
if (child) { |
|
|
|
child._destroy(); |
|
|
|
child._destroy(); |
|
|
|