mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-02-06 21:45:38 +00:00
fix: fixed string trim issue
This commit is contained in:
parent
349d005bed
commit
6a0d1e2d1f
@ -901,9 +901,6 @@ export default function baseRendererFactory(): IBaseRenderComponent {
|
||||
});
|
||||
return checkProps(res);
|
||||
}
|
||||
if (typeof props === 'string') {
|
||||
return checkProps(props.trim());
|
||||
}
|
||||
return checkProps(props);
|
||||
};
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user