[SSE] Fix Bug 35384.

This commit is contained in:
Julia Radzhabova 2017-09-14 15:07:04 +03:00
parent 86213ed908
commit 903b37c93b

View file

@ -287,6 +287,7 @@ define([
tab.changeState(); tab.changeState();
} }
} }
!tab.disabled && Common.NotificationCenter.trigger('edit:complete', this.bar);
}, this), }, this),
dblclick: $.proxy(function() { dblclick: $.proxy(function() {
this.trigger('tab:dblclick', this, this.tabs.indexOf(tab), tab); this.trigger('tab:dblclick', this, this.tabs.indexOf(tab), tab);