This commit is contained in:
artem 2024-04-06 15:36:40 +03:00
parent 016406f7f0
commit f5da175d7b
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,6 @@
<script>
function preloaderEnable() {
document.querySelector('.lds-default').style = null;
vkBridge.send("VKWebAppInit", {});
}
const intervalId = setInterval(function () {
@ -65,6 +64,7 @@
document.querySelector('canvas');
clearInterval(intervalId);
resize(document.querySelector('canvas'));
vkBridge.send("VKWebAppInit", {});
}
}, 1000);
new ResizeObserver(() => {