shared-ritm 1.2.9 → 1.2.11
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.
package/dist/shared-ritm.es.js
CHANGED
|
@@ -489,7 +489,7 @@ function va(e) {
|
|
|
489
489
|
Ri(e), Rn.length === 0 && Qt.length !== 0 && (Qt[Qt.length - 1](), Qt = []);
|
|
490
490
|
}
|
|
491
491
|
function Mo(e) {
|
|
492
|
-
Rn.length === 0
|
|
492
|
+
Rn.length === 0 ? e() : Qt.push(e);
|
|
493
493
|
}
|
|
494
494
|
function ms(e) {
|
|
495
495
|
Qt = Qt.filter((t) => t !== e);
|