[PE] Fix loader

This commit is contained in:
Julia Radzhabova 2023-01-09 13:12:15 +03:00
parent 68eebd29c4
commit ecced7d2f9
2 changed files with 2 additions and 2 deletions

View file

@ -328,7 +328,7 @@
visible && (document.querySelector('.brendpanel').style.display = 'block');
!(view || notoolbar) && (document.querySelector('.sktoolbar').style.display = 'block');
document.querySelector('.placeholder').style.display = 'block';
document.querySelector('.placeholder').style.display = 'flex';
if (stopLoading) {
document.body.removeChild(document.getElementById('loading-mask'));

View file

@ -322,7 +322,7 @@
visible && (document.querySelector('.brendpanel').style.display = 'block');
!(view || notoolbar) && (document.querySelector('.sktoolbar').style.display = 'block');
document.querySelector('.placeholder').style.display = 'block';
document.querySelector('.placeholder').style.display = 'flex';
if (stopLoading) {
document.body.removeChild(document.getElementById('loading-mask'));