@netless/appliance-plugin 1.1.22-beta.5 → 1.1.22-beta.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/cdn/cdn.js +1 -1
- package/cdn/{fullWorker-W5jqjm.js → fullWorker-rTZHBc.js} +1 -1
- package/cdn/{subWorker-DxS1fk.js → subWorker-CKw_ej.js} +1 -1
- package/dist/appliance-plugin.js +1 -1
- package/dist/appliance-plugin.mjs +1 -1
- package/dist/fullWorker.js +1 -1
- package/dist/{index-tNa1mbnF.mjs → index-Bq3eRRqK.mjs} +1 -1
- package/dist/{index-C2HIPlQy.js → index-ObYkdzIB.js} +1 -1
- package/dist/{index-ChaMAgdB.mjs → index-TqjWdtHC.mjs} +3 -3
- package/dist/{index---4P-1Dz.js → index-r-TXjH0x.js} +1 -1
- package/dist/subWorker.js +1 -1
- package/package.json +1 -1
|
@@ -1142,7 +1142,7 @@ function og(o) {
|
|
|
1142
1142
|
return tg(o, ig | ng);
|
|
1143
1143
|
}
|
|
1144
1144
|
var rg = og;
|
|
1145
|
-
const oi = /* @__PURE__ */ xi(rg), fo = "1.1.22-beta.
|
|
1145
|
+
const oi = /* @__PURE__ */ xi(rg), fo = "1.1.22-beta.6", sg = "@netless/appliance-plugin", Nn = typeof OffscreenCanvas == "function" ? "worker" : "mainThread";
|
|
1146
1146
|
if (typeof window < "u") {
|
|
1147
1147
|
let o = window.__netlessUA || "";
|
|
1148
1148
|
o += ` ${sg}@${fo}`, window.__netlessUA = o;
|
|
@@ -4755,7 +4755,7 @@ class $f extends Hf {
|
|
|
4755
4755
|
"set font faces in main thread success"
|
|
4756
4756
|
);
|
|
4757
4757
|
});
|
|
4758
|
-
const { MainThreadManagerImpl: e } = await import("./index-
|
|
4758
|
+
const { MainThreadManagerImpl: e } = await import("./index-Bq3eRRqK.mjs");
|
|
4759
4759
|
this.mainThread = new e(this);
|
|
4760
4760
|
}
|
|
4761
4761
|
async on() {
|
|
@@ -10624,7 +10624,7 @@ const fp = (o) => {
|
|
|
10624
10624
|
}
|
|
10625
10625
|
}
|
|
10626
10626
|
function Me(B) {
|
|
10627
|
-
if (B.cancelable && B.preventDefault(), B.stopPropagation(), B.stopImmediatePropagation(), E.current) {
|
|
10627
|
+
if (B.cancelable && B.preventDefault(), B.stopPropagation(), B.nativeEvent.stopImmediatePropagation(), E.current) {
|
|
10628
10628
|
const Q = (B.clipboardData || window.clipboardData).getData("text"), X = window == null ? void 0 : window.getSelection();
|
|
10629
10629
|
if (!(X != null && X.rangeCount)) return;
|
|
10630
10630
|
if (Q && X && X.anchorNode) {
|