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 07cfd40 commit c586d1eCopy full SHA for c586d1e
app/code/Magento/PageBuilder/view/adminhtml/web/js/form/element/wysiwyg.js
@@ -77,7 +77,7 @@ define([
77
events.on('stage:' + id + ':masterFormatRenderAfter', function (args) {
78
this.value(args.value);
79
}.bind(this));
80
- events.on('stage' + id + ':fullScreenModeChangeAfter', function (args) {
+ events.on('stage:' + id + ':fullScreenModeChangeAfter', function (args) {
81
if (!args.fullScreen && this.wysiwygConfigData()['pagebuilder_button']) {
82
this.visiblePageBuilder(false);
83
} else if (args.fullScreen && this.wysiwygConfigData()['pagebuilder_button']) {
0 commit comments