Update Tag.js

This commit is contained in:
Rohit Tanwar
2018-03-08 19:57:11 +05:30
committed by GitHub
parent f688299099
commit 08fd9b98a1

View File

@ -16,7 +16,7 @@ const onClick = function() {
this.classList.add('is-active');
}
EventHub.emit('Tag.click', {
type: [...selectAll('button.tags__tag.is-avtive')]
type: [...selectAll('button.tags__tag.is-active')]
})
}
onkeydown = e => (