Fix: fix inspector

This commit is contained in:
Pieter Vander Vennet 2024-12-19 13:59:40 +01:00
parent 94a8b61b98
commit 071d3a0f89
8 changed files with 211 additions and 24 deletions

View file

@ -1,5 +1,7 @@
import InspectorGUI from "./InspectorGUI.svelte"
const target = document.getElementById("main")
target.innerHTML = ""
new InspectorGUI({
target: document.getElementById("main"),
target
})