spinner
This commit is contained in:
@@ -1 +1 @@
|
|||||||
1.2.95
|
1.2.96
|
||||||
|
|||||||
@@ -854,6 +854,9 @@ export function initEditor() {
|
|||||||
}
|
}
|
||||||
function showVeil(){
|
function showVeil(){
|
||||||
const el = ensureVeil();
|
const el = ensureVeil();
|
||||||
|
if (!el.parentNode) {
|
||||||
|
(document.body || document.documentElement).appendChild(el);
|
||||||
|
}
|
||||||
el.style.display = 'flex';
|
el.style.display = 'flex';
|
||||||
el.style.opacity = '1';
|
el.style.opacity = '1';
|
||||||
el.style.visibility = 'visible';
|
el.style.visibility = 'visible';
|
||||||
|
|||||||
Reference in New Issue
Block a user