@lvce-editor/renderer-process 6.12.0 → 6.13.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -11389,7 +11389,7 @@ const setIframe = (state, src, sandbox = []) => {
|
|
|
11389
11389
|
for (const element of sandbox) {
|
|
11390
11390
|
$Iframe.sandbox.add(element);
|
|
11391
11391
|
}
|
|
11392
|
-
$Iframe.className = 'E2eTestIframe';
|
|
11392
|
+
$Iframe.className = 'E2eTestIframe WebViewIframe';
|
|
11393
11393
|
$Iframe.src = src;
|
|
11394
11394
|
$Parent.append($Iframe);
|
|
11395
11395
|
state.frame = $Iframe;
|