Commit a75de77e authored by Fatih Acet's avatar Fatih Acet

IssueNotesRefactor: Fix award handler.

parent 9d18bfa3
...@@ -249,7 +249,7 @@ class AwardsHandler { ...@@ -249,7 +249,7 @@ class AwardsHandler {
}, },
}); });
return document.querySelector('.js-vue-notes-event').dispatchEvent(toggleAwardEvent); document.querySelector('.js-vue-notes-event').dispatchEvent(toggleAwardEvent);
} }
const normalizedEmoji = this.emoji.normalizeEmojiName(emoji); const normalizedEmoji = this.emoji.normalizeEmojiName(emoji);
......
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