@arcanejs/toolkit 7.0.0 → 8.0.0
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.
|
@@ -24993,7 +24993,7 @@
|
|
|
24993
24993
|
if (touching) {
|
|
24994
24994
|
event.preventDefault();
|
|
24995
24995
|
setTouching(false);
|
|
24996
|
-
click();
|
|
24996
|
+
click(event);
|
|
24997
24997
|
}
|
|
24998
24998
|
};
|
|
24999
24999
|
$[2] = click;
|