wip editor

This commit is contained in:
2024-10-03 21:17:52 +03:00
parent b8c5f82e47
commit ecba85129d
7 changed files with 91 additions and 34 deletions
+1
View File
@@ -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)
})
})