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 1354b43 commit 379db15Copy full SHA for 379db15
app/code/Magento/PageBuilder/view/adminhtml/web/ts/js/page-builder.ts
@@ -155,7 +155,7 @@ export default class PageBuilder implements PageBuilderInterface {
155
// When leaving full screen mode just transition back to the original state
156
if (this.snapshot) {
157
this.isSnapshotTransition(true);
158
- this.stageStyles(this.previousStyles)
+ this.stageStyles(this.previousStyles);
159
} else {
160
this.wrapperStyles(this.previousStyles);
161
this.isFullScreen(false);
0 commit comments