Skip to content

Commit

Permalink
Windows (muan#14): ✂️ Removing accidental line of debug code.
Browse files Browse the repository at this point in the history
  • Loading branch information
patricknelson committed Feb 21, 2017
1 parent 1f23c6a commit db294ce
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/search.js
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@ document.addEventListener('keypress', function (evt) {
// if click on and emoji item, copy emoji unicode char to clipboard on click or
// copy emoji code if `shiftKey` is pressed
document.addEventListener('click', function (evt) {
window.clickEvent = evt
if (evt.target.classList.contains('emoji')) {
copyFocusedEmoji(evt.target, evt.shiftKey)
}
Expand Down

0 comments on commit db294ce

Please sign in to comment.