fix(ags): fix box already destroyed issue
This commit is contained in:
parent
91de0cf5b5
commit
f2bdcffe3f
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@ export const Draggable = ({
|
||||||
}
|
}
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
command();
|
command();
|
||||||
box.get_parent().destroy();
|
box.destroy();
|
||||||
}, 1000);
|
}, 1000);
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
|
Loading…
Reference in a new issue