wip editor
This commit is contained in:
@@ -4,6 +4,7 @@ export function recordDialog() {
|
||||
document.querySelectorAll("[data-open-modal]").forEach(el => {
|
||||
const schema = el.dataset.openModal
|
||||
el.addEventListener("click", e => {
|
||||
e.preventDefault()
|
||||
load(schema)
|
||||
})
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user