Skip to content

Commit 99010a3

Browse files
author
Lukasz Borowiec
committed
#511: User sees content snapshot on Category Page in Admin Panel - added fixes for mftf tests
1 parent 7555e55 commit 99010a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/PageBuilder/view/adminhtml/web/template/page-builder.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
<with args="panel" if="(isFullScreen() && getContentSnapshotMode()) || !getContentSnapshotMode()">
2121
<render/>
2222
</with>
23-
<if args="isStageReady && accessibility()">
24-
<with args="stage">
23+
<if args="isStageReady">
24+
<with args="stage" if="accessibility()">
2525
<render/>
2626
</with>
2727
<iframe width="1" height="1" attr="id: 'render_frame_' + id" sandbox="allow-scripts" style="display: none;"></iframe>

0 commit comments

Comments
 (0)