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 6620cf7 commit ffd256fCopy full SHA for ffd256f
.gitignore
@@ -2,3 +2,4 @@
2
/example/node_modules/
3
/node_modules/
4
/dist/
5
+/example/build/
src/index.js
@@ -93,6 +93,7 @@ const CommandLineModal = ({
93
function reset() {
94
setInputValue('');
95
setPossibleCommands(commandsInternal);
96
+ setHighlightedCmdName(Object.keys(commandsInternal)[0]);
97
}
98
99
function handleCommandSelected() {
0 commit comments