spinner
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user