Skip to content

Commit

Permalink
feat:adding autofocus in add-link.
Browse files Browse the repository at this point in the history
  • Loading branch information
puni9869 committed Nov 4, 2024
1 parent de1e6b0 commit b18126d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/widget/add_link.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<h2 class="text-sm sm:text-sm font-bold mb-4">Add Link</h2>

<!-- Input Box -->
<input type="text" id="add-weblink-input-box" placeholder="Enter link" class="w-full p-1 border rounded mb-3 focus:outline-none focus:ring-2 focus:ring-indigo-500">
<input autofocus type="text" id="add-weblink-input-box" placeholder="Enter link" class="w-full p-1 border rounded mb-3 focus:outline-none focus:ring-2 focus:ring-indigo-500">

<!-- Add Link Button -->
<div class="flex justify-end">
Expand Down

0 comments on commit b18126d

Please sign in to comment.