Skip to content

Commit

Permalink
Merge pull request #2598 from TrimmingFool/fix-2597
Browse files Browse the repository at this point in the history
search: Fix remove search teg
  • Loading branch information
stickz authored Nov 16, 2023
2 parents d8dc295 + a5aded0 commit 270c53c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/webui.js
Original file line number Diff line number Diff line change
Expand Up @@ -2007,6 +2007,7 @@ var theWebUI =
{
const tegIds = this.actLbls['flabel_cont'] ?? [];
for (const tegId of tegIds) {
delete this.labels[tegId];
delete this.tegs[tegId];
$($$(tegId)).remove();
}
Expand Down

0 comments on commit 270c53c

Please sign in to comment.