Skip to content

Commit 379db15

Browse files
committed
#514: User sees content snapshot on Category Page in Admin Panel - Static Tests fixes
1 parent 1354b43 commit 379db15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/PageBuilder/view/adminhtml/web/ts/js/page-builder.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ export default class PageBuilder implements PageBuilderInterface {
155155
// When leaving full screen mode just transition back to the original state
156156
if (this.snapshot) {
157157
this.isSnapshotTransition(true);
158-
this.stageStyles(this.previousStyles)
158+
this.stageStyles(this.previousStyles);
159159
} else {
160160
this.wrapperStyles(this.previousStyles);
161161
this.isFullScreen(false);

0 commit comments

Comments
 (0)