Skip to content

Commit c112da1

Browse files
Enables persistent search after pressing Ctrl + F so users can navigate through results using Ctrl + G.
1 parent f61fa85 commit c112da1

File tree

1 file changed

+2
-0
lines changed
  • web/apps/labelstudio/src/pages/CreateProject/Config

1 file changed

+2
-0
lines changed

web/apps/labelstudio/src/pages/CreateProject/Config/Config.jsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -663,6 +663,8 @@ const Configurator = ({
663663
"' '": completeIfInTag,
664664
"'='": completeIfInTag,
665665
"Ctrl-Space": "autocomplete",
666+
"Ctrl-F": "findPersistent",
667+
"Cmd-F": "findPersistent",
666668
},
667669
hintOptions: { schemaInfo: tags },
668670
}}

0 commit comments

Comments
 (0)