We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06fd3a0 commit 3fab018Copy full SHA for 3fab018
packages/app/src/sandbox/compile.js
@@ -162,10 +162,6 @@ async function compile({
162
initializeResizeListener();
163
}
164
165
- if (typeof window.__puppeteer__ === 'function') {
166
- window.__puppeteer__('done');
167
- }
168
-
169
dispatch({
170
type: 'success',
171
});
@@ -181,6 +177,10 @@ async function compile({
181
177
182
178
window.dispatchEvent(event);
183
179
180
+
+ if (typeof window.__puppeteer__ === 'function') {
+ window.__puppeteer__('done');
+ }
184
185
186
type Arguments = {
0 commit comments