@maxtropy/v-components 0.1.17-beta.17 → 0.1.17-beta.18
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.
|
@@ -25463,7 +25463,7 @@ function U5() {
|
|
|
25463
25463
|
};
|
|
25464
25464
|
}
|
|
25465
25465
|
}, window.rawOpen = window.open, window.open = (o, r, a) => {
|
|
25466
|
-
if (
|
|
25466
|
+
if (typeof o == "string" && o.startsWith("/") && !o.startsWith(t))
|
|
25467
25467
|
return window.rawOpen(e + o, r, a);
|
|
25468
25468
|
if (typeof o == "string" && o.startsWith("http")) {
|
|
25469
25469
|
const l = new URL(o), i = WF.find(
|