Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
theosanderson committed Feb 15, 2023
1 parent dff64f2 commit 9284336
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -1363,6 +1363,12 @@ onDrop={(e) => {
className="border rounded-lg py-2 px-3 mt-2focus:outline-none focus:ring-2 focus:ring-purple-600 focus:border-transparent"
onChange={(e) => setGenbankId(e.target.value)}
placeholder="NC..."
onKeyUp={(e) => {
if (e.key === "Enter") {
loadFromGenbankId(genbankId)
}
}
}
/>
<button
className="bg-gray-100 ml-3 hover:bg-gray-200 text-gray-800 font-semibold py-2 px-4 border border-gray-400 rounded shadow"
Expand Down

1 comment on commit 9284336

@vercel
Copy link

@vercel vercel bot commented on 9284336 Feb 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.