mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 18:30:26 -06:00
reduces element search scope
This commit is contained in:
parent
d992ef24ce
commit
7739b2f53e
@ -208,7 +208,7 @@ export default Ember.Component.extend({
|
||||
$picker.find(".footer .info").html(html || "");
|
||||
};
|
||||
|
||||
($hoverables || this.$(".section-group")).on({
|
||||
($hoverables || $list.find(".section-group")).on({
|
||||
mouseover: (event) => {
|
||||
const code = this._codeForEmojiLink($(event.currentTarget));
|
||||
const html = `<img src="${emojiUrlFor(code)}" class="emoji"> <span>:${code}:<span>`;
|
||||
|
Loading…
Reference in New Issue
Block a user