Animations in the WebEditor
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user