зеркало из https://github.com/mozilla/pjs.git
Restore Ctrl+Tab shortcut for switching tabs on Mac. Bug 264787, patch by Mano, r=mconnor.
This commit is contained in:
Родитель
a1138f8c70
Коммит
9bc36e9c63
|
@ -2164,7 +2164,6 @@
|
|||
<![CDATA[
|
||||
this.mCurrentBrowser = this.mPanelContainer.childNodes[0].firstChild.nextSibling;
|
||||
this.mCurrentTab = this.mTabContainer.firstChild;
|
||||
this.mTabBox.handleCtrlTab = !/Mac/.test(navigator.platform);
|
||||
document.addEventListener("keypress", this._keyEventHandler, false);
|
||||
|
||||
var uniqueId = "panel" + Date.now();
|
||||
|
|
Загрузка…
Ссылка в новой задаче