From ecced7d2f917ded25112fab5da6f10ee2dd4c701 Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Mon, 9 Jan 2023 13:12:15 +0300 Subject: [PATCH] [PE] Fix loader --- apps/presentationeditor/main/index.html | 2 +- apps/presentationeditor/main/index.html.deploy | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/presentationeditor/main/index.html b/apps/presentationeditor/main/index.html index e3d73ea32..656e15910 100644 --- a/apps/presentationeditor/main/index.html +++ b/apps/presentationeditor/main/index.html @@ -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')); diff --git a/apps/presentationeditor/main/index.html.deploy b/apps/presentationeditor/main/index.html.deploy index 8c31f7ee1..2a183a138 100644 --- a/apps/presentationeditor/main/index.html.deploy +++ b/apps/presentationeditor/main/index.html.deploy @@ -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'));