diff --git a/apps/web/src/components/PreviewPanel.tsx b/apps/web/src/components/PreviewPanel.tsx index 3d09fec52..0a6eab9fb 100644 --- a/apps/web/src/components/PreviewPanel.tsx +++ b/apps/web/src/components/PreviewPanel.tsx @@ -296,8 +296,8 @@ export function PreviewPanel({ threadId, onClose }: PreviewPanelProps) { return (
{/* Toolbar */} -
-
+
+
- -
- { - setInputUrl(event.target.value); - if (inputError) setInputError(null); - }} - placeholder="https://example.com" - aria-label="URL" - autoCapitalize="off" - autoCorrect="off" - spellCheck={false} - className="h-7 text-xs" - /> -
+
+ { + setInputUrl(event.target.value); + if (inputError) setInputError(null); + }} + placeholder="https://example.com" + aria-label="URL" + autoCapitalize="off" + autoCorrect="off" + spellCheck={false} + className="h-7 text-xs" + /> +