Graflow: fixed autofit

This commit is contained in:
STEINNI
2026-04-13 15:14:00 +00:00
parent 54eb584fd7
commit 0e6d23c1e1
2 changed files with 36 additions and 6 deletions
+1 -1
View File
@@ -110,7 +110,7 @@
ro.observe(el)
let aifmi = null; let sidx=0;
const sevanimation = () => { console.log('sevanimation')
const sevanimation = () => {
severities.forEach(severity => aifmi.removeAttribute(severity))
aifmi.setAttribute(severities[sidx], '')
sidx++