Don't remove highlight after resizing when settings are still showed
[MAILPOET-1974]
This commit is contained in:
@ -55,7 +55,9 @@ BL.HighlightEditingBehavior = Marionette.Behavior.extend({
|
||||
},
|
||||
onStopResizing: function onStopResizing(event) {
|
||||
this.isFocusedByPointer = isEventInsideElement(event, this.view.$el);
|
||||
this.onStopEditing();
|
||||
if (!App.getShowedSettingsId()) {
|
||||
this.onStopEditing();
|
||||
}
|
||||
this.view.triggerMethod('resizeStop', event);
|
||||
},
|
||||
onDomRefresh: function onDomRefresh() {
|
||||
|
Reference in New Issue
Block a user