Skip to content

Commit

Permalink
removed log
Browse files Browse the repository at this point in the history
  • Loading branch information
baldemir committed Jul 29, 2020
1 parent 2a6c1b1 commit 3f4a36d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/quill.mention.js
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,6 @@ class Mention {
}

onItemClick(e) {
console.log(e.target);
e.preventDefault();
e.stopImmediatePropagation();
this.itemIndex = e.currentTarget.dataset.index;
Expand Down

0 comments on commit 3f4a36d

Please sign in to comment.