Commit 93ebbe4d authored by 田翔's avatar 田翔

fix: 选项编辑优化

parent 6eeb558c
{
"name": "panda-xform",
"version": "3.10.6",
"description": "3.10.6: 更换拖拽组件",
"version": "3.10.7",
"description": "3.10.7: 选项编辑优化",
"keywords": [
"panda-xform"
],
......@@ -127,4 +127,4 @@
"publishConfig": {
"registry": "https://g.civnet.cn:4873"
}
}
}
\ No newline at end of file
......@@ -106,7 +106,7 @@ const SimpleList = (props) => {
<Input
onPressEnter={() => onPressEnter(i)}
onChange={(e) => inputChange(e.target.value, i)}
defaultValue={r}
value={r}
/>
)
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment