@gamelearn/arcade-components 3.34.2 → 3.34.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -62212,7 +62212,7 @@ function SortPuzzleComponent({
|
|
|
62212
62212
|
const Re = document.querySelector(`#${Ze.id}`), at = Re.getBoundingClientRect();
|
|
62213
62213
|
ue.current.find((ve) => !(at.left >= ve.right || at.right <= ve.left || at.top >= ve.bottom || at.bottom <= ve.top)) && (Ge = !0, Re.classList.add("sort-draggable-item--error"), le(Ze, Re));
|
|
62214
62214
|
}
|
|
62215
|
-
}), Ge ? (M("fail"), G()) : (M("score"), W());
|
|
62215
|
+
}), Ge ? (M("fail"), G()) : (M("score"), P(!0), W());
|
|
62216
62216
|
}, Le = () => {
|
|
62217
62217
|
f.forEach((Ge) => {
|
|
62218
62218
|
const Ze = document.querySelector(`#${Ge.id}`);
|