Skip to content

Commit c586d1e

Browse files
author
Michael Yu
committed
MC-2422: Additional renames
- Fixed minor event misname
1 parent 07cfd40 commit c586d1e

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/PageBuilder/view/adminhtml/web/js/form/element

1 file changed

+1
-1
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
@@ -77,7 +77,7 @@ define([
7777
events.on('stage:' + id + ':masterFormatRenderAfter', function (args) {
7878
this.value(args.value);
7979
}.bind(this));
80-
events.on('stage' + id + ':fullScreenModeChangeAfter', function (args) {
80+
events.on('stage:' + id + ':fullScreenModeChangeAfter', function (args) {
8181
if (!args.fullScreen && this.wysiwygConfigData()['pagebuilder_button']) {
8282
this.visiblePageBuilder(false);
8383
} else if (args.fullScreen && this.wysiwygConfigData()['pagebuilder_button']) {

0 commit comments

Comments
 (0)