forked from MapComplete/MapComplete
Fix: fix inspector
This commit is contained in:
parent
94a8b61b98
commit
071d3a0f89
8 changed files with 211 additions and 24 deletions
|
@ -1,5 +1,7 @@
|
|||
import InspectorGUI from "./InspectorGUI.svelte"
|
||||
|
||||
const target = document.getElementById("main")
|
||||
target.innerHTML = ""
|
||||
new InspectorGUI({
|
||||
target: document.getElementById("main"),
|
||||
target
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue