Make the gate column open with regular click on a gate chip. (#2785)
This commit is contained in:
Родитель
ae90f406c5
Коммит
06b0fc716f
|
@ -125,7 +125,7 @@ class ChromedashGateChip extends LitElement {
|
|||
}
|
||||
|
||||
openApprovalsDialog(e) {
|
||||
if (e.shiftKey) {
|
||||
if (!e.altKey) {
|
||||
// Handled in chromedash-app.js.
|
||||
this._fireEvent('show-gate-column', {
|
||||
feature: this.feature,
|
||||
|
|
Загрузка…
Ссылка в новой задаче