@pluno/product-agent-web 0.1.70 → 0.1.71

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.
@@ -910,8 +910,9 @@ async function ta(e = {}) {
910
910
  });
911
911
  }));
912
912
  }), i.addEventListener("paste", (r) => {
913
+ r.stopPropagation();
913
914
  const s = r.clipboardData, _ = Array.from(s?.files ?? []);
914
- _.length === 0 || t.loginRequired || (r.preventDefault(), r.stopPropagation(), Et(_).catch((L) => {
915
+ _.length === 0 || t.loginRequired || (r.preventDefault(), Et(_).catch((L) => {
915
916
  St(
916
917
  L instanceof Error ? L.message : "Failed to attach file"
917
918
  ), J("web-sdk.widget", "Attachment failed", {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pluno/product-agent-web",
3
- "version": "0.1.70",
3
+ "version": "0.1.71",
4
4
  "description": "Browser SDK and default widget for embedding Pluno Product Agent into customer web apps.",
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",