RunestoneInteractive / RunestoneComponents

Packaging of the Runestone tools for publishing educational materials using github pages
http://runestoneinteractive.org
Other
101 stars 225 forks source link

Component creation trigger #1184

Closed bjones1 closed 3 years ago

bjones1 commented 3 years ago

Fix: Trigger component creation on the runestone login complete event instead of when the document is ready. This follows the trigger for all other components.

This is also a pre-req for dynamically-loaded components -- otherwise, odd things happens when they're first loaded (they run the ready event, even though the document has been ready for a while.)