fix(ui): remove autofocus from link form url input

This commit is contained in:
2026-04-26 15:46:52 -04:00
parent 42f1c47624
commit b54dce9445
@@ -268,7 +268,6 @@ function LinkForm({ url, newTab, showRemove, onUrlChange, onNewTabChange, onSubm
<div className="flex flex-col gap-1.5">
<div className="flex items-center gap-1">
<input
autoFocus
type="url"
placeholder="https://..."
value={url}