fixes
This commit is contained in:
parent
95bbe73832
commit
665849615c
7 changed files with 10 additions and 16 deletions
|
|
@ -154,7 +154,7 @@ const registration = {
|
|||
})
|
||||
},
|
||||
replaceNewlines(str) {
|
||||
return str.replaceAll('\s*\n\s*', ' \n')
|
||||
return str.replaceAll(/\s*\n\s*/g, ' \n')
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue