Commit ab7cf0b
authored
fix(custom mode): remove space at beginning of custom text lines (@notTamion) (monkeytypegame#5993)
when creating a multi line text in the custom text editor and then
reopening the editor all lines after the first will have a space at the
start, this is because .join adds a space regardless of whether there is
a newline character1 parent d4e14da commit ab7cf0b
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
221 | 221 | | |
222 | 222 | | |
223 | 223 | | |
224 | | - | |
225 | | - | |
226 | | - | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
227 | 227 | | |
228 | 228 | | |
229 | 229 | | |
| |||
0 commit comments