@pluno/product-agent-web 0.1.104 → 0.1.105
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.
|
@@ -234,7 +234,11 @@ const $i = [
|
|
|
234
234
|
"[role='dialog']",
|
|
235
235
|
"[aria-modal='true']",
|
|
236
236
|
"[tabindex]:not([tabindex='-1'])",
|
|
237
|
-
"[draggable='true']"
|
|
237
|
+
"[draggable='true']",
|
|
238
|
+
// Browsers may not expose an in-shadow-root selection by the time the click bubbles.
|
|
239
|
+
// Message content is selectable, so it must never become passive composer-focus space.
|
|
240
|
+
".pluno-pa-widget__message",
|
|
241
|
+
".timeline-item"
|
|
238
242
|
].join(",");
|
|
239
243
|
function qi(e, t, n) {
|
|
240
244
|
return e instanceof Element ? ji(
|
package/package.json
CHANGED