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 a78e502 commit deb5807Copy full SHA for deb5807
app/code/Magento/PageBuilder/view/adminhtml/web/template/panel.html
@@ -5,7 +5,7 @@
5
*/
6
-->
7
8
-<div id="pagebuilder-panel-wrapper" class="pagebuilder-panel-wrapper" visible="!$parent.isSnapshot()"
+<div id="pagebuilder-panel-wrapper" class="pagebuilder-panel-wrapper" visible="!pageBuilder.isSnapshot()"
9
css="'sticky-top': isStickyTop, 'sticky-bottom': isStickyBottom, 'transition-out': pageBuilder.isSnapshotTransition"
10
afterRender="afterRender">
11
<div id="pagebuilder-panel" class="pagebuilder-panel">
0 commit comments