From 0cfe417095aa260d598fa97f96c3d985682b70c1 Mon Sep 17 00:00:00 2001 From: Theo Sanderson Date: Wed, 15 Feb 2023 18:33:36 +0000 Subject: [PATCH] add gh link --- src/App.js | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/App.js b/src/App.js index 733b38a..52380e5 100644 --- a/src/App.js +++ b/src/App.js @@ -1060,6 +1060,7 @@ const App = () => { const response = await fetch(url); const text = await response.text(); setGenbankString(text); + setLoading(false); }; const loadFromFile = async (file) => { @@ -1125,6 +1126,9 @@ onDrop={(e) => { > +
+ View code on GitHub +

@@ -1170,7 +1174,12 @@ onDrop={(e) => { + +
+ +
+ )}