mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2025-12-12 11:20:11 +00:00
Merge pull request #2654 from beautiful-boyyy/develop
fix: fixed string trim issue
This commit is contained in:
commit
629eaf84fb
@ -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