We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17acc3f commit da972a5Copy full SHA for da972a5
tagger.js
@@ -365,7 +365,7 @@
365
// --------------------------------------------------------------------------------------
366
_remove_tag: function(close) {
367
var li = close.closest('li');
368
- var name = li.querySelector('.label').innerText;
+ var name = li.querySelector('.label').textContent;
369
this._ul.removeChild(li);
370
this.remove_tag(name, false);
371
}
0 commit comments