mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 719783 - In the Rule View, pressing Escape close the whole Inspector. r=dcamp
This commit is contained in:
parent
174ef593dc
commit
ca985b5303
@ -1310,6 +1310,7 @@ InplaceEditor.prototype = {
|
||||
prevent = true;
|
||||
this.cancelled = true;
|
||||
this.input.blur();
|
||||
aEvent.stopPropagation();
|
||||
} else if (aEvent.keyCode === Ci.nsIDOMKeyEvent.DOM_VK_SPACE) {
|
||||
// No need for leading spaces here. This is particularly
|
||||
// noticable when adding a property: it's very natural to type
|
||||
|
Loading…
Reference in New Issue
Block a user