mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
prettier (#8031)
This commit is contained in:
@@ -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