@famibee/skynovel 1.30.5 → 1.30.6
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/app.js +1 -1
- package/dist/app.js.map +1 -1
- package/dist/web.js +1 -1
- package/dist/web.js.map +1 -1
- package/package.json +1 -1
package/dist/web.js
CHANGED
|
@@ -33485,7 +33485,7 @@ class EventMng {
|
|
|
33485
33485
|
it(this, Gs, void 0);
|
|
33486
33486
|
it(this, mo, {
|
|
33487
33487
|
placement: "bottom",
|
|
33488
|
-
|
|
33488
|
+
fallbackPlacements: ["top", "bottom"]
|
|
33489
33489
|
});
|
|
33490
33490
|
it(this, yo, (t, e) => {
|
|
33491
33491
|
});
|