Animations in the WebEditor

This commit is contained in:
Surya Paolo
2022-11-20 10:21:02 +01:00
parent a56ee80fbb
commit 358bdd5d1e
21 changed files with 704 additions and 88 deletions

View File

@@ -917,7 +917,7 @@ export const useGlobalStore = defineStore('GlobalStore', {
const mypage = this.getPage(`/${path}`)
// Controlla se l'ho già caricato
if (!!mypage && !!mypage.content) {
if (!!mypage && (!!mypage.content || mypage.loadFirst)) {
return mypage
}