prettier (#8031)
This commit is contained in:
parent
1e4f0ac216
commit
e94f67e2da
@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user