{/* selections */}
- {(selections && selections.length !== 0) &&
-
-
}
+ {(selections && selections.length !== 0) &&
+
+
+
+ }
{/* error message */}
{latestError === null ? null :
@@ -282,7 +378,6 @@ export const SidebarChat = () => {
/>
}
- {/* user input box */}
diff --git a/src/vs/workbench/contrib/void/browser/react/src/sidebar-tsx/inputs.tsx b/src/vs/workbench/contrib/void/browser/react/src/sidebar-tsx/inputs.tsx
index 6c944b5f..0bbc7f1d 100644
--- a/src/vs/workbench/contrib/void/browser/react/src/sidebar-tsx/inputs.tsx
+++ b/src/vs/workbench/contrib/void/browser/react/src/sidebar-tsx/inputs.tsx
@@ -60,6 +60,15 @@ export const VoidInputBox = ({ onChangeText, initVal, placeholder, inputBoxRef,
}, [inputBoxRef, contextViewProvider, placeholder, multiline, initVal, onChangeText]);
return
;
+
+ // return