Skip to content

Commit a15c8bd

Browse files
author
Lukasz Borowiec
committed
#511: User sees content snapshot on Category Page in Admin Panel - added fixes for static tests
1 parent 9b58e52 commit a15c8bd

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

app/code/Magento/PageBuilder/view/adminhtml/web/js/form/element/wysiwyg.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ define([
173173
}
174174
this.overlayMouseover = false;
175175
},
176-
176+
177177
/**
178178
* Press Enter key on Overlay
179179
*/

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,10 +185,8 @@ export default class PageBuilder implements PageBuilderInterface {
185185
}
186186

187187
if (Config.getContentSnapshot().contentSnapshotMode) {
188-
189188
Config.setContentSnapshotPageBuilderId(this.id);
190189
Config.setContentSnapshotFullScreenMode(this.isFullScreen());
191-
192190
events.trigger(`stage:accessibilityChangeAfter`, {
193191
activePageBuilderId: this.id,
194192
activeFullScreen: this.isFullScreen(),

0 commit comments

Comments
 (0)