summaryrefslogtreecommitdiff
path: root/extension/react-app/src/components
diff options
context:
space:
mode:
authorNate Sesti <sestinj@gmail.com>2023-07-12 21:53:06 -0700
committerNate Sesti <sestinj@gmail.com>2023-07-12 21:53:06 -0700
commit391764f1371dab06af30a29e10a826a516b69bb3 (patch)
treea15ec97701ebe1ac2346c802964d64795cdaf008 /extension/react-app/src/components
parentb3ab5bda368fcae690837f9ce8062dc7f17c6472 (diff)
downloadsncontinue-391764f1371dab06af30a29e10a826a516b69bb3.tar.gz
sncontinue-391764f1371dab06af30a29e10a826a516b69bb3.tar.bz2
sncontinue-391764f1371dab06af30a29e10a826a516b69bb3.zip
persist state and reconnect automatically
Diffstat (limited to 'extension/react-app/src/components')
-rw-r--r--extension/react-app/src/components/ComboBox.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/extension/react-app/src/components/ComboBox.tsx b/extension/react-app/src/components/ComboBox.tsx
index ac994b0a..7d6541c7 100644
--- a/extension/react-app/src/components/ComboBox.tsx
+++ b/extension/react-app/src/components/ComboBox.tsx
@@ -331,7 +331,6 @@ const ComboBox = React.forwardRef((props: ComboBoxProps, ref) => {
) {
(event.nativeEvent as any).preventDownshiftDefault = true;
} else if (event.key === "ArrowUp") {
- console.log("OWJFOIJO");
if (positionInHistory == 0) return;
else if (
positionInHistory == history.length &&