Skip to content

Commit

Permalink
Fixing the formioReady promise to always resolve if you load it from …
Browse files Browse the repository at this point in the history
…the full source instead of the embed code. (#5679)
  • Loading branch information
travist authored Jul 8, 2024
1 parent 561352e commit 2aca909
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Formio.js
Original file line number Diff line number Diff line change
Expand Up @@ -131,4 +131,5 @@ if (typeof window !== 'undefined') {
FormioCore.addToGlobal(window);
}

FormioEmbed._formioReady(FormioCore);
export { FormioCore as Formio };

0 comments on commit 2aca909

Please sign in to comment.