@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.
@@ -179,6 +179,7 @@ function Input({ prefixCls, value, onBlur, setEditable }) {
179
179
  ref={ref}
180
180
  className={`${prefixCls}-label-edit`}
181
181
  value={v}
182
+ onClick={e => e.stopPropagation()}
182
183
  onChange={e => sv(e.target.value)}
183
184
  onBlur={() => onBlur(v)}
184
185
  />;
@@ -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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agentscope-ai/chat",
3
- "version": "1.1.51",
3
+ "version": "1.1.52-beta.1772781871095",
4
4
  "description": "a free and open-source chat framework for building excellent LLM-powered chat experiences",
5
5
  "license": "Apache-2.0",
6
6
  "sideEffects": [