This commit is contained in:
2026-02-10 02:04:17 +01:00
parent 07ee3597e3
commit 58abf88b46
2 changed files with 4 additions and 1 deletions

View File

@@ -1 +1 @@
1.2.95
1.2.96

View File

@@ -854,6 +854,9 @@ export function initEditor() {
  }
  function showVeil(){
    const el = ensureVeil();
    if (!el.parentNode) {
      (document.body || document.documentElement).appendChild(el);
    }
    el.style.display = 'flex';
    el.style.opacity = '1';
    el.style.visibility = 'visible';