We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f24338 commit 500a7d6Copy full SHA for 500a7d6
src/plugins/remove_button/plugin.js
@@ -57,7 +57,7 @@ Selectize.define('remove_button', function(options) {
57
e.preventDefault();
58
if (self.isLocked) return;
59
60
- var $item = $(e.target).parent();
+ var $item = $(e.currentTarget).parent();
61
self.setActiveItem($item);
62
if (self.deleteSelection()) {
63
self.setCaret(self.items.length);
0 commit comments