Skip to content

Commit e81547a

Browse files
committed
chore: changed my mind spaces now allowed
1 parent 553cee9 commit e81547a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/web/src/utils/upload.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ const ansiEscapeCode = '[\u001b\u009b][[()#;?]*(?:[0-9]{1,4}(?:;[0-9]{0,4})*)?[0
6969

7070
const zeroWidthCharactersExceptNewline = new RegExp(
7171
// eslint-disable-next-line no-misleading-character-class
72-
'(?:' + ansiEscapeCode + ')|[' + zeroWidthCharacterExceptNewline + ']|(?: {3})',
72+
'(?:' + ansiEscapeCode + ')|[' + zeroWidthCharacterExceptNewline + ']',
7373
'g'
7474
);
7575

0 commit comments

Comments
 (0)