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 50ae6de commit 0aca52fCopy full SHA for 0aca52f
app/code/Magento/PageBuilder/view/adminhtml/web/ts/js/content-type/slider/preview.ts
@@ -124,7 +124,7 @@ export default class Preview extends PreviewCollection {
124
});
125
events.on(
126
`stage:${this.contentType.stageId}:fullScreenModeChangeAfter`,
127
- this.onColumnResize.bind(this, [true])
+ this.onColumnResize.bind(this, [true]),
128
);
129
},
130
() => $(element).find(".pagebuilder-slide").length === expectedChildren,
0 commit comments