Skip to content

Commit 70a96db

Browse files
committed
fix(control-ui): satisfy reply menu lint
1 parent 26ed120 commit 70a96db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ui/src/ui/app-chat.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1989,7 +1989,7 @@ function prependReplyQuote(
19891989
}
19901990

19911991
function escapeMarkdownInline(value: string): string {
1992-
return value.replace(/([\\`*_{}\[\]()#+\-.!|>])/g, "\\$1");
1992+
return value.replace(/([\\`*_{}[\]()#+\-.!|>])/g, "\\$1");
19931993
}
19941994

19951995
// ── Slash Command Dispatch ──

0 commit comments

Comments
 (0)