fixes minirepl

This commit is contained in:
Felix Roos 2022-03-23 09:14:09 +01:00
parent 876e8be54e
commit f83aba0d2e
6 changed files with 71 additions and 72 deletions

6
docs/dist/ui.js vendored
View file

@ -36,6 +36,8 @@ export const backgroundImage = function(src, animateOptions = {}) {
};
export const cleanup = () => {
const container = document.getElementById("code");
container.style = "";
container.className = "grow relative";
if (container) {
container.style = "";
container.className = "grow relative";
}
};