Commit 490ed9d4 authored by 田翔's avatar 田翔

fix: 去掉默认

parent d3c93bbc
{ {
"name": "panda-xform", "name": "panda-xform",
"version": "5.0.1", "version": "5.0.2",
"description": "5.0.1 手写签名与富文本修复", "description": "5.0.2 手写签名",
"keywords": [ "keywords": [
"panda-xform" "panda-xform"
], ],
......
...@@ -45,7 +45,7 @@ const Signature = (props) => { ...@@ -45,7 +45,7 @@ const Signature = (props) => {
} }
useEffect(() => { useEffect(() => {
addons?.setValue(addons?.dataPath, presetValue || '9fa1dce1-2441-468d-b2d9-6129a6bd690f\\signature.png') addons?.setValue(addons?.dataPath, presetValue || '')
}, [presetValue]) }, [presetValue])
return ( return (
......
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