We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26b9421 commit 4b598acCopy full SHA for 4b598ac
1 file changed
live-view/live-view.js
@@ -1008,6 +1008,8 @@ async function renderLiveViewHTML(file) {
1008
await workerInstallPromise;
1009
1010
}
1011
+
1012
+ if (!workerClientId) await workerInstallPromise;
1013
1014
1015
liveView.innerHTML = '<iframe src="'+ livePath +'?'+ workerClientId +'/" name="Live view" title="Live view" class="live-frame" allow="accelerometer; camera; encrypted-media; display-capture; geolocation; gyroscope; microphone; midi; clipboard-read; clipboard-write" allowfullscreen="true" allowpaymentrequest="true" loading="lazy" sandbox="allow-downloads allow-forms allow-modals allow-pointer-lock allow-popups allow-presentation allow-same-origin allow-scripts allow-top-navigation-by-user-activation" scrolling="yes" frameborder="0"></iframe>';
0 commit comments