File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -1138,7 +1138,7 @@ async function renderLiveViewHTML(file) {
11381138 if ( ! workerClientId ) await workerInstallPromise ;
11391139
11401140
1141- 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; payment" allowfullscreen="true" allowtransparency="true" loading="eager" sandbox="allow-downloads allow-forms allow-modals allow-pointer-lock allow-popups allow-presentation allow-scripts"></iframe>` ;
1141+ 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; payment" allowfullscreen="true" allowtransparency="true" loading="eager" sandbox="allow-downloads allow-forms allow-modals allow-pointer-lock allow-popups allow-presentation allow-scripts allow-same-origin "></iframe>` ;
11421142
11431143
11441144 liveFile = file ;
You can’t perform that action at this time.
0 commit comments