Skip to content

Commit

Permalink
#1420 - on select-mode, do not call dropdown.hide within `onEditTag…
Browse files Browse the repository at this point in the history
…Done` after a suggestion was selected
  • Loading branch information
yairEO committed Dec 21, 2024
1 parent 3e9819a commit ca64ac7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tagify.js
Original file line number Diff line number Diff line change
Expand Up @@ -650,7 +650,7 @@ Tagify.prototype = {
}

this.trigger("edit:updated", eventData)
this.dropdown.hide()
_s.dropdown.closeOnSelect && this.dropdown.hide()

// check if any of the current tags which might have been marked as "duplicate" should be now un-marked
if( this.settings.keepInvalidTags )
Expand Down

0 comments on commit ca64ac7

Please sign in to comment.