Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Der-Floh committed May 29, 2024
1 parent 4a8e7d1 commit 24095f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/scripts/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ function loadScreens(lines) {
let newLine = line.replaceAll('\n', '').replaceAll('\r', '');
if (!newLine || newLine.length === 0)
newLine = '⠀';
// newLine = newLine.replaceAll(' ', '⠀');
sb.push(newLine);

if (index === 13) {
Expand Down

0 comments on commit 24095f1

Please sign in to comment.