[SSE] Fix Bug 35384.
This commit is contained in:
parent
86213ed908
commit
903b37c93b
|
@ -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);
|
||||||
|
|
Loading…
Reference in a new issue