mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2025-12-11 18:42:56 +00:00
fix: fixed string trim issue
This commit is contained in:
parent
736cb0e965
commit
058e184b21
@ -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