Suppress X keyboard shortcut when relevant
Bug: Issue 9357 Change-Id: I3c0e9af93d20f4c85b31d2babd81c5c739e9a1aa
This commit is contained in:
@@ -990,6 +990,7 @@
|
||||
},
|
||||
|
||||
_handleShiftXKey(e) {
|
||||
if (this.shouldSuppressKeyboardShortcut(e)) { return; }
|
||||
this.$.diff.expandAllContext();
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user