Skip to content

Commit 510e2fa

Browse files
committed
MC-943: Grouping content blocks and containers in the Panel
- simplify afterRender function
1 parent 0a690bd commit 510e2fa

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/PageBuilder/view/adminhtml/web/template

1 file changed

+1
-1
lines changed

app/code/Magento/PageBuilder/view/adminhtml/web/template/panel.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<div id="pagebuilder-panel-wrapper" class="pagebuilder-panel-wrapper"
99
css="visible: isVisible, collapsed: isCollapsed, 'sticky-top': isStickyTop, 'sticky-bottom': isStickyBottom"
10-
afterRender="function (element) { afterRender(element); }">
10+
afterRender="afterRender">
1111
<div id="pagebuilder-panel" class="pagebuilder-panel">
1212
<div class="search-content-types">
1313
<label for="search-content-types-input"></label>

0 commit comments

Comments
 (0)