Skip to content

Commit

Permalink
Added name to omni input text field input
Browse files Browse the repository at this point in the history
  • Loading branch information
bkeating committed Sep 6, 2024
1 parent e024f6a commit a53ab83
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib/OmniBar.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@
>
<div class="input-wrapper flex-grow flex items-center">
<input
id="omni-input"
bind:this={omniInput}
bind:value={$omniText}
on:keydown={handleTitleEnter}
Expand All @@ -81,6 +82,7 @@
on:click={() => {
$omniText = '';
$selectedNote = '';
document.getElementById('omni-input').focus();
}}
>
<IconXcircle />
Expand Down

0 comments on commit a53ab83

Please sign in to comment.