fixes minirepl
This commit is contained in:
parent
876e8be54e
commit
f83aba0d2e
6 changed files with 71 additions and 72 deletions
6
docs/dist/ui.js
vendored
6
docs/dist/ui.js
vendored
|
|
@ -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";
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue