Allow click through of loading animation

This commit is contained in:
Kurt Hutten
2021-09-05 18:05:51 +10:00
parent 867bc0ca29
commit e4c95cb396
3 changed files with 2 additions and 3 deletions

View File

@@ -178,7 +178,6 @@ const IdeViewer = ({ Loading }) => {
: 1.2
return (
<div className="relative h-full bg-ch-gray-800">
{state.isLoading && Loading}
{image && (
<div
className={`absolute inset-0 transition-opacity duration-500 ${