We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72d6f97 commit f2d2622Copy full SHA for f2d2622
1 file changed
app/components/artifact.tsx
@@ -126,6 +126,7 @@ export function ArtifactShareButton({
126
bordered
127
title={Locale.Export.Artifact.Title}
128
onClick={() => {
129
+ if (loading) return;
130
setLoading(true);
131
upload(getCode())
132
.then((res) => {
0 commit comments