This commit is contained in:
Joffrey JAFFEUX 2019-08-22 15:27:45 +02:00 committed by GitHub
parent 1e4f0ac216
commit e94f67e2da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ function textPostProcess(content, state, ruler) {
const matcher = ruler.getMatcher();
while (match = matcher.exec(content)) {
while ((match = matcher.exec(content))) {
// something is wrong
if (match.index < pos) break;