Skip to content

Commit

Permalink
removed data-editable attribute for tags done in previous commit. b…
Browse files Browse the repository at this point in the history
…etter its added by the developer and not automatically by Tagify
  • Loading branch information
Yair Even Or authored and Yair Even Or committed Jun 22, 2022
1 parent 3dedfbe commit bdc22bd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/parts/templates.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ export default {
var _s = this.settings;
return `<tag title="${(tagData.title || tagData.value)}"
contenteditable='false'
data-editable='${tagData.editable != false}'
spellcheck='false'
tabIndex="${_s.a11y.focusableTags ? 0 : -1}"
class="${_s.classNames.tag} ${tagData.class || ""}"
Expand Down

0 comments on commit bdc22bd

Please sign in to comment.