Don't render modal overlay for editor block's settings
[MAILPOET-1974]
This commit is contained in:
@@ -267,6 +267,7 @@ Module.BlockSettingsView = Marionette.View.extend({
|
|||||||
element: this.$el,
|
element: this.$el,
|
||||||
template: '',
|
template: '',
|
||||||
position: 'right',
|
position: 'right',
|
||||||
|
overlayRender: false,
|
||||||
width: App.getConfig().get('sidepanelWidth'),
|
width: App.getConfig().get('sidepanelWidth'),
|
||||||
onCancel: function onCancel() {
|
onCancel: function onCancel() {
|
||||||
this.destroy();
|
this.destroy();
|
||||||
|
Reference in New Issue
Block a user