This commit is contained in:
Joffrey JAFFEUX
2019-08-22 15:27:45 +02:00
committed by GitHub
parent 1e4f0ac216
commit e94f67e2da

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;