Add layouts

This commit is contained in:
Sakura Knoll
2023-07-14 22:08:47 +09:00 Unverified
parent 0c0830d68d
commit 06ff200ed3
19 changed files with 1113 additions and 766 deletions
+1 -1
View File
@@ -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) {