Suppress X keyboard shortcut when relevant

Bug: Issue 9357
Change-Id: I3c0e9af93d20f4c85b31d2babd81c5c739e9a1aa
This commit is contained in:
Kasper Nilsson
2018-06-27 11:02:36 -07:00
parent bbb1765ebd
commit 91ac033599

View File

@@ -990,6 +990,7 @@
},
_handleShiftXKey(e) {
if (this.shouldSuppressKeyboardShortcut(e)) { return; }
this.$.diff.expandAllContext();
},
});