removed p5_loading div

(display: none and no remove)
This commit is contained in:
dhain 2023-01-24 09:31:13 +01:00
parent dc3c2e0982
commit 3befee6fdd

View file

@ -58,3 +58,9 @@ export default {
},
}
</script>
<style>
#p5_loading {
display: none;
}
</style>