mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2025-12-12 19:52:51 +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);
|
return checkProps(res);
|
||||||
}
|
}
|
||||||
if (typeof props === 'string') {
|
|
||||||
return checkProps(props.trim());
|
|
||||||
}
|
|
||||||
return checkProps(props);
|
return checkProps(props);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user