Skip to content

Commit 3043600

Browse files
committed
test
1 parent 7b60cfe commit 3043600

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/grapheme.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ export function* graphemeSegments(input) {
9999
) {
100100
emoji = true;
101101

102-
} else {
102+
} else if (catAfter === 0) {
103103
incb = consonant && linker && isIndicConjunctConsonant(cp);
104104
}
105105
}

0 commit comments

Comments
 (0)