Skip to content

Commit

Permalink
Merge pull request #6 from AIGODLIKE/develop
Browse files Browse the repository at this point in the history
Fix use model not work (after import workflow)
  • Loading branch information
KarryCharon authored Feb 21, 2024
2 parents d95ad57 + 068c5f9 commit c2ae939
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions loader/enterLoader.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ function message(event) {
if (event.data.type === "close_loader_page") {
let page = getPage();
page.style.display = "none";
window.CSvm.node = null; // reset node
// document.body.removeChild(document.getElementById("loader_iframe"));
}
}
Expand Down

0 comments on commit c2ae939

Please sign in to comment.