Skip to content

Commit

Permalink
backspace returns value
Browse files Browse the repository at this point in the history
  • Loading branch information
Rurik19 committed Feb 1, 2020
1 parent 44ef6ca commit cb08764
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions wallabagger/js/popup.js
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,8 @@ PopupController.prototype = {
if (lastChip.classList.contains('chip')) {
const cross = lastChip.childNodes[1];
if (cross.classList.contains('btn-clear')) {
const s = lastChip.dataset.taglabel;
this.tagsInput.value = s+s.slice(-1);
cross.click();
}
}
Expand Down

0 comments on commit cb08764

Please sign in to comment.