fix(ui): remove autofocus from link form url input
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user