Don't render modal overlay for editor block's settings

[MAILPOET-1974]
This commit is contained in:
Ján Mikláš
2019-05-01 10:35:06 +02:00
committed by M. Shull
parent 63caaeddaa
commit 787a3870c2

View File

@@ -267,6 +267,7 @@ Module.BlockSettingsView = Marionette.View.extend({
element: this.$el,
template: '',
position: 'right',
overlayRender: false,
width: App.getConfig().get('sidepanelWidth'),
onCancel: function onCancel() {
this.destroy();