Skip to content

Commit

Permalink
feat(dropdown): always get original html for marking
Browse files Browse the repository at this point in the history
  • Loading branch information
lubber-de committed Feb 11, 2024
1 parent 4204257 commit 6117f6f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/definitions/modules/dropdown.js
Original file line number Diff line number Diff line change
Expand Up @@ -962,9 +962,6 @@
var $result = $(result),
markedHTML = module.get.choiceText($result, true)
;
if (!settings.preserveHTML) {
markedHTML = module.escape.htmlEntities(markedHTML);
}
if (settings.ignoreDiacritics) {
markedHTML = markedHTML.normalize('NFD');
}
Expand Down

0 comments on commit 6117f6f

Please sign in to comment.