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 7555e55 commit 99010a3Copy full SHA for 99010a3
app/code/Magento/PageBuilder/view/adminhtml/web/template/page-builder.html
@@ -20,8 +20,8 @@
20
<with args="panel" if="(isFullScreen() && getContentSnapshotMode()) || !getContentSnapshotMode()">
21
<render/>
22
</with>
23
- <if args="isStageReady && accessibility()">
24
- <with args="stage">
+ <if args="isStageReady">
+ <with args="stage" if="accessibility()">
25
26
27
<iframe width="1" height="1" attr="id: 'render_frame_' + id" sandbox="allow-scripts" style="display: none;"></iframe>
0 commit comments