зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1203147 - Add a keyboard shortcut for the 'scroll into view' contextual menu action in the inspector, r=pbro
This commit is contained in:
Родитель
8098307c50
Коммит
b1c32e6929
|
@ -653,6 +653,11 @@ MarkupView.prototype = {
|
|||
break;
|
||||
}
|
||||
}
|
||||
case Ci.nsIDOMKeyEvent.DOM_VK_S: {
|
||||
let selection = this._selectedContainer.node;
|
||||
this._inspector.scrollNodeIntoView(selection);
|
||||
break;
|
||||
}
|
||||
default:
|
||||
handled = false;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче