summaryrefslogtreecommitdiff
path: root/extension/react-app/src/components/ComboBox.tsx
diff options
context:
space:
mode:
authorNate Sesti <sestinj@gmail.com>2023-08-02 22:54:30 -0700
committerNate Sesti <sestinj@gmail.com>2023-08-02 22:54:30 -0700
commitf5ad3b5baad3c71dc6e77ec313eb9c4f3fd856ac (patch)
treedb1fc476bc353c86b6e5e058b05f0fef117b0d66 /extension/react-app/src/components/ComboBox.tsx
parenta43132c73a5d015bf160f0684b754c6f1b9f160c (diff)
downloadsncontinue-f5ad3b5baad3c71dc6e77ec313eb9c4f3fd856ac.tar.gz
sncontinue-f5ad3b5baad3c71dc6e77ec313eb9c4f3fd856ac.tar.bz2
sncontinue-f5ad3b5baad3c71dc6e77ec313eb9c4f3fd856ac.zip
keyboard shortcuts again
Diffstat (limited to 'extension/react-app/src/components/ComboBox.tsx')
-rw-r--r--extension/react-app/src/components/ComboBox.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/extension/react-app/src/components/ComboBox.tsx b/extension/react-app/src/components/ComboBox.tsx
index 3b20cd8d..31c3ddef 100644
--- a/extension/react-app/src/components/ComboBox.tsx
+++ b/extension/react-app/src/components/ComboBox.tsx
@@ -258,7 +258,7 @@ const ComboBox = React.forwardRef((props: ComboBoxProps, ref) => {
} else if (event.data.type === "focusContinueInputWithEdit") {
inputRef.current!.focus();
- downshiftProps.setInputValue("/edit");
+ downshiftProps.setInputValue("/edit ");
}
};
window.addEventListener("message", handler);