зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1302202 - Fix splitconsole keypress handler. r=jlongster
This commit is contained in:
Родитель
b0da97f01c
Коммит
71f4af770c
|
@ -551,8 +551,7 @@ Toolbox.prototype = {
|
|||
this.toggleSplitConsole();
|
||||
// If the debugger is paused, don't let the ESC key stop any pending
|
||||
// navigation.
|
||||
let jsdebugger = this.getPanel("jsdebugger");
|
||||
if (jsdebugger && jsdebugger.panelWin.gThreadClient.state == "paused") {
|
||||
if (this._threadClient.state == "paused") {
|
||||
e.preventDefault();
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче