Hide "Preview" section, open "Styles" section by default [MAILPOET-2569]
This commit is contained in:
@ -83,6 +83,11 @@ SidebarView = Marionette.View.extend({
|
||||
}
|
||||
},
|
||||
},
|
||||
templateContext: function () {
|
||||
return {
|
||||
isWoocommerceTransactional: this.model.isWoocommerceTransactional(),
|
||||
};
|
||||
},
|
||||
initialize: function () {
|
||||
jQuery(window)
|
||||
.on('resize', this.updateHorizontalScroll.bind(this))
|
||||
|
Reference in New Issue
Block a user