You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Avoid race conditions in resuming parts with pre-submit tasks
A question's "resume" signal is only triggered when all of the parts have
been submitted, including pre-submit tasks.
If a part uses variable replacements, it waits for those parts to be
submitted before submitting itself.
Maybe Part.submit should return a promise, to make this easier.
0 commit comments