Skip to content

Commit

Permalink
Merge pull request StevenDevooght#70 from PaulRyan17/master
Browse files Browse the repository at this point in the history
Fixed bug where last highlighted item was being added
  • Loading branch information
StevenDevooght authored Apr 9, 2018
2 parents 5a671ae + f0b5347 commit 8653f49
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mention/plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,7 @@
this.$dropdown.html(result.join('')).show();
} else {
this.$dropdown.hide();
this.$dropdown.find('li').removeClass('active');
}
},

Expand Down

0 comments on commit 8653f49

Please sign in to comment.