Skip to content

Commit

Permalink
Cheat-sheet: Add autofocus to input
Browse files Browse the repository at this point in the history
Manually apply #1557

Usually the Cheat Sheet is only updated / generated on release.

Signed-off-by: Fini Jastrow <[email protected]>
  • Loading branch information
Finii committed Mar 25, 2024
1 parent c1e9188 commit 36939ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _posts/2017-01-04-icon-cheat-sheet.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ style: container

<h1 class="center">Cheat Sheet</h1>

<input type="text" id="glyphSearch" placeholder="Search for glyphs/icons here..." title="Type in a glyph name or hex codepoint" class="nerd-font-cheat-sheet-search nerd-font-input tertiary sanity-test" />
<input type="text" id="glyphSearch" placeholder="Search for glyphs/icons here..." title="Type in a glyph name or hex codepoint" class="nerd-font-cheat-sheet-search nerd-font-input tertiary sanity-test" autofocus />

<div id="glyphCheatSheet" class="nerd-font-cheat-sheet"></div>

Expand Down

0 comments on commit 36939ba

Please sign in to comment.