Skip to content

Commit

Permalink
grace period for AEM to proces the save
Browse files Browse the repository at this point in the history
  • Loading branch information
yesil committed Nov 21, 2024
1 parent b84f04a commit 979eb19
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions studio/src/aem/aem.js
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ class AEM {

await this.saveTags(fragment);

await this.wait(1000);
const newFragment = await this.sites.cf.fragments.getById(fragment.id);
return newFragment;
}
Expand Down

0 comments on commit 979eb19

Please sign in to comment.