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 0f7b1c4 commit a17e67bCopy full SHA for a17e67b
1 file changed
editor/scaffolds/editor-home/scene-card.tsx
@@ -76,6 +76,7 @@ export function SceneCard({
76
highlightClassName="name"
77
searchWords={q ? [q] : []}
78
textToHighlight={scene.name}
79
+ autoEscape // required to escape regex special characters, like, `+`, `(`, `)`, etc.
80
/>
81
</Label>
82
</footer>
0 commit comments