From e4c95cb396234d36d05c15a324e09c8ee95a7ede Mon Sep 17 00:00:00 2001 From: Kurt Hutten Date: Sun, 5 Sep 2021 18:05:51 +1000 Subject: [PATCH] Allow click through of loading animation --- .../components/DelayedPingAnimation/DelayedPingAnimation.tsx | 2 +- app/web/src/components/IdeContainer/IdeContainer.tsx | 2 +- app/web/src/components/IdeViewer/IdeViewer.tsx | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/app/web/src/components/DelayedPingAnimation/DelayedPingAnimation.tsx b/app/web/src/components/DelayedPingAnimation/DelayedPingAnimation.tsx index b5ed291..f692591 100644 --- a/app/web/src/components/DelayedPingAnimation/DelayedPingAnimation.tsx +++ b/app/web/src/components/DelayedPingAnimation/DelayedPingAnimation.tsx @@ -21,7 +21,7 @@ const DelayedPingAnimation = ({ if (showLoading && isLoading) return ( -
+
) diff --git a/app/web/src/components/IdeContainer/IdeContainer.tsx b/app/web/src/components/IdeContainer/IdeContainer.tsx index 187ad89..817528e 100644 --- a/app/web/src/components/IdeContainer/IdeContainer.tsx +++ b/app/web/src/components/IdeContainer/IdeContainer.tsx @@ -22,7 +22,7 @@ const SmallLoadingPing = ( ) export const BigLoadingPing = ( -
+
) diff --git a/app/web/src/components/IdeViewer/IdeViewer.tsx b/app/web/src/components/IdeViewer/IdeViewer.tsx index 9bffb4d..9fd313a 100644 --- a/app/web/src/components/IdeViewer/IdeViewer.tsx +++ b/app/web/src/components/IdeViewer/IdeViewer.tsx @@ -178,7 +178,6 @@ const IdeViewer = ({ Loading }) => { : 1.2 return (
- {state.isLoading && Loading} {image && (