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) {
|
onStopResizing: function onStopResizing(event) {
|
||||||
this.isFocusedByPointer = isEventInsideElement(event, this.view.$el);
|
this.isFocusedByPointer = isEventInsideElement(event, this.view.$el);
|
||||||
this.onStopEditing();
|
if (!App.getShowedSettingsId()) {
|
||||||
|
this.onStopEditing();
|
||||||
|
}
|
||||||
this.view.triggerMethod('resizeStop', event);
|
this.view.triggerMethod('resizeStop', event);
|
||||||
},
|
},
|
||||||
onDomRefresh: function onDomRefresh() {
|
onDomRefresh: function onDomRefresh() {
|
||||||
|
Reference in New Issue
Block a user