This commit is contained in:
Felix Roos 2022-03-21 19:50:47 +01:00
parent 98f91607cd
commit 4487834591
15 changed files with 452 additions and 520 deletions

5
docs/dist/ui.js vendored
View file

@ -34,3 +34,8 @@ export const backgroundImage = function(src, animateOptions = {}) {
handleOption(option, value(t));
}));
};
export const cleanup = () => {
const container = document.getElementById("code");
container.style = "";
container.className = "grow relative";
};