diff --git a/packages/vscode-ide-companion/src/webview/components/PermissionDrawer/PermissionDrawer.tsx b/packages/vscode-ide-companion/src/webview/components/PermissionDrawer/PermissionDrawer.tsx index 2eb659e8..de2da400 100644 --- a/packages/vscode-ide-companion/src/webview/components/PermissionDrawer/PermissionDrawer.tsx +++ b/packages/vscode-ide-companion/src/webview/components/PermissionDrawer/PermissionDrawer.tsx @@ -276,7 +276,7 @@ interface CustomMessageInputRowProps { setCustomMessage: (val: string) => void; onFocusRow: () => void; // Set focus when mouse enters or input box is focused onSubmitReject: () => void; // Triggered when Enter is pressed (selecting reject option) - inputRef: React.RefObject; + inputRef: React.RefObject; } const CustomMessageInputRow: React.FC = ({ @@ -295,7 +295,7 @@ const CustomMessageInputRow: React.FC = ({ onClick={() => inputRef.current?.focus()} > | undefined} type="text" placeholder="Tell Qwen what to do instead" spellCheck={false}