Skip to content

Commit 8651bb0

Browse files
committed
Merge branch 'new-recording-flow-list-view' of https://github.com/CapSoftware/cap into new-recording-flow-list-view
2 parents d6bc90c + f526de3 commit 8651bb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/desktop/src/routes/(window-chrome)/new-main/TargetCard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ export default function TargetCard(props: TargetCardProps) {
194194
}
195195

196196
function escapeRegExp(value: string) {
197-
return value.replace(/[-^$*+?.()|[\]{}]/g, "\\$&");
197+
return value.replace(/[\\-^$*+?.()|[\]{}]/g, "\\$&");
198198
}
199199
export function TargetCardSkeleton(props: { class?: string }) {
200200
return (

0 commit comments

Comments
 (0)