diff --git a/auspice_client_customisation/splash.js b/auspice_client_customisation/splash.js index 4d46c16..bc425a9 100644 --- a/auspice_client_customisation/splash.js +++ b/auspice_client_customisation/splash.js @@ -14,6 +14,11 @@ const SplashContent = (props) => { handleDroppedFiles(props.dispatch, event.dataTransfer.files); } + function handlePicked(event) { + event.preventDefault(); + handleDroppedFiles(props.dispatch, event.target.files); + } + function datasetLink(path) { return (
{ + +

{`Drag & Drop a dataset on here to view`}