Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
crazystuffxyz authored Feb 17, 2025
1 parent 91e45dd commit c55aad7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ <h2>Output Code</h2>
var result = simplifyCode(code, layers);

// Display the result in the output editor
outputEditor.setValue(result, -1);
outputEditor.session.setValue(result);

// Hide the loading spinner
document.getElementById("loading").style.display = "none";
Expand Down

0 comments on commit c55aad7

Please sign in to comment.