fix: 开门没有删除异步

This commit is contained in:
unanmed 2025-10-14 16:12:06 +08:00
parent ce1435be3a
commit d0857634d4

View File

@ -357,6 +357,7 @@ export function initFallback() {
y
);
callback?.();
delete core.animateFrame.asyncId[animate];
};
adapters['door-animate']?.all('openDoor', block).then(cb);