agentation 2.3.0 → 2.3.1
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/index.js +3 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1302,6 +1302,7 @@ var AnnotationPopupCSS = (0, import_react.forwardRef)(
|
|
|
1302
1302
|
}, [text, onSubmit]);
|
|
1303
1303
|
const handleKeyDown = (0, import_react.useCallback)(
|
|
1304
1304
|
(e) => {
|
|
1305
|
+
e.stopPropagation();
|
|
1305
1306
|
if (e.nativeEvent.isComposing) return;
|
|
1306
1307
|
if (e.key === "Enter" && !e.shiftKey) {
|
|
1307
1308
|
e.preventDefault();
|
|
@@ -5129,7 +5130,7 @@ function PageFeedbackToolbarCSS({
|
|
|
5129
5130
|
] }),
|
|
5130
5131
|
/* @__PURE__ */ (0, import_jsx_runtime3.jsxs)("span", { className: styles_module_default2.settingsVersion, children: [
|
|
5131
5132
|
"v",
|
|
5132
|
-
"2.3.
|
|
5133
|
+
"2.3.1"
|
|
5133
5134
|
] }),
|
|
5134
5135
|
/* @__PURE__ */ (0, import_jsx_runtime3.jsx)(
|
|
5135
5136
|
"button",
|
|
@@ -5537,6 +5538,7 @@ function PageFeedbackToolbarCSS({
|
|
|
5537
5538
|
style: {
|
|
5538
5539
|
"--marker-color": settings.annotationColor
|
|
5539
5540
|
},
|
|
5541
|
+
onKeyDown: (e) => e.stopPropagation(),
|
|
5540
5542
|
onChange: (e) => setSettings((s) => ({
|
|
5541
5543
|
...s,
|
|
5542
5544
|
webhookUrl: e.target.value
|