We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3fb7a7 commit f526de3Copy full SHA for f526de3
apps/desktop/src/routes/(window-chrome)/new-main/TargetCard.tsx
@@ -194,7 +194,7 @@ export default function TargetCard(props: TargetCardProps) {
194
}
195
196
function escapeRegExp(value: string) {
197
- return value.replace(/[-^$*+?.()|[\]{}]/g, "\\$&");
+ return value.replace(/[\\-^$*+?.()|[\]{}]/g, "\\$&");
198
199
export function TargetCardSkeleton(props: { class?: string }) {
200
return (
0 commit comments