@agentscope-ai/chat 1.1.51 → 1.1.52-beta.1772781871095
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.
|
@@ -210,6 +210,9 @@ function Input(_ref) {
|
|
|
210
210
|
ref: ref,
|
|
211
211
|
className: "".concat(prefixCls, "-label-edit"),
|
|
212
212
|
value: v,
|
|
213
|
+
onClick: function onClick(e) {
|
|
214
|
+
return e.stopPropagation();
|
|
215
|
+
},
|
|
213
216
|
onChange: function onChange(e) {
|
|
214
217
|
return sv(e.target.value);
|
|
215
218
|
},
|
package/package.json
CHANGED