Fix initial load error
This commit is contained in:
@@ -35,4 +35,9 @@ window.__$(function() {
|
||||
.map(tests => ({ ...rest, tests }));
|
||||
};
|
||||
|
||||
// now that the runPreviewTest$ is defined
|
||||
// we set the subject to true
|
||||
// this will let the updatePreview
|
||||
// script now that we are ready.
|
||||
common.previewReady$.onNext(true);
|
||||
});
|
||||
|
Reference in New Issue
Block a user