Fixed linting

This commit is contained in:
Kevin Ansfield 2018-08-08 17:02:15 +01:00
parent 95427364db
commit 85dc553b1d
1 changed files with 0 additions and 1 deletions

View File

@ -153,7 +153,6 @@ export default Component.extend({
let targetTagName = event.target.tagName;
let allowedTagNames = ['INPUT', 'TEXTAREA'];
let allowClickthrough = !!event.target.closest('[data-kg-allow-clickthrough]');
console.log('allowClickthrough', allowClickthrough);
if (!allowedTagNames.includes(targetTagName) && !allowClickthrough) {
event.preventDefault();
}