Skip to content

Commit 319b09f

Browse files
ConcedoConcedo
Concedo
authored and
Concedo
committed
fix race condition
1 parent de9ed53 commit 319b09f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

index.html

+4-1
Original file line numberDiff line numberDiff line change
@@ -8526,7 +8526,10 @@
85268526
else
85278527
{
85288528
console.log("Error: " + errArr);
8529-
msgbox("Failed to fetch models!\nPlease check your network connection.");
8529+
if(!is_popup_open())
8530+
{
8531+
msgbox("Failed to fetch models!\nPlease check your network connection.");
8532+
}
85308533
}
85318534
});
85328535
}

0 commit comments

Comments
 (0)