Commit 7ea968e9 authored by hcarmona's avatar hcarmona Committed by Commit bot

Don't call preventDefault in the FocusGrid's click event

Calling preventDefault in the click event prevents buttons from handling the event.

BUG=455617

Review URL: https://codereview.chromium.org/879243007

Cr-Commit-Position: refs/heads/master@{#314911}
parent c85184da
......@@ -67,7 +67,6 @@ cr.define('cr.ui', function() {
row.makeRowActive(row.contains(target));
});
e.preventDefault();
return true;
},
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment