diff --git a/mention/plugin.js b/mention/plugin.js index 82622a0..38dbb13 100644 --- a/mention/plugin.js +++ b/mention/plugin.js @@ -271,6 +271,7 @@ this.$dropdown.html(result.join('')).show(); } else { this.$dropdown.hide(); + this.$dropdown.find('li').removeClass('active'); } },