diff --git a/app/components/artifact.tsx b/app/components/artifact.tsx index 2cb44d6cd..295a4230e 100644 --- a/app/components/artifact.tsx +++ b/app/components/artifact.tsx @@ -126,6 +126,7 @@ export function ArtifactShareButton({ bordered title={Locale.Export.Artifact.Title} onClick={() => { + if (loading) return; setLoading(true); upload(getCode()) .then((res) => {