Skip to content

Commit

Permalink
Merge pull request #8629 from kobizz/develop
Browse files Browse the repository at this point in the history
Fixed #8628 - The WordPress editor is open by default
  • Loading branch information
KingYes committed Jul 21, 2019
2 parents 533a921 + 52a846b commit 53eaf6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/dev/js/admin/gutenberg.js
Expand Up @@ -5,7 +5,7 @@
var ElementorGutenbergApp = {

cacheElements: function() {
this.isElementorMode = '1' === ElementorGutenbergSettings.isElementorMode;
this.isElementorMode = ElementorGutenbergSettings.isElementorMode;

this.cache = {};

Expand Down

0 comments on commit 53eaf6b

Please sign in to comment.