Add layouts
This commit is contained in:
@@ -68,7 +68,7 @@ export function replaceNewLine(value: string) {
|
||||
if (value == null) {
|
||||
return ''
|
||||
}
|
||||
return value.replace(/\\n/g, '\n')
|
||||
return value.replace(/\\n/g, '\n').trim()
|
||||
}
|
||||
|
||||
function convertToPercentage(value: number) {
|
||||
|
||||
Reference in New Issue
Block a user