Skip to content
Snippets Groups Projects
Commit a8f01de1 authored by Leah Tacke genannt Unterberg's avatar Leah Tacke genannt Unterberg
Browse files

some fiddling with the db overview svg canvas

parent ab168e9a
No related branches found
No related tags found
No related merge requests found
...@@ -26,7 +26,7 @@ async function getMermaid(selection) { ...@@ -26,7 +26,7 @@ async function getMermaid(selection) {
const r = selection == null ? await api.makeERD(params) : await api.makeERD(params, { selection}) const r = selection == null ? await api.makeERD(params) : await api.makeERD(params, { selection})
if (r?.data) { if (r?.data) {
mermaidText.value = r.data.mermaid mermaidText.value = r.data.mermaid
//new Promise(() => setTimeout(unlockSVG, 500)) // never do this again new Promise(() => setTimeout(unlockSVG, 500)) // never do this again
} }
loading.value = false loading.value = false
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment