diff --git a/resources/report/html/loot-plugin-card.html b/resources/report/html/loot-plugin-card.html index 6ae447c1..1ea0b308 100644 --- a/resources/report/html/loot-plugin-card.html +++ b/resources/report/html/loot-plugin-card.html @@ -267,7 +267,7 @@ loot-clear-metadata this.classList.toggle('highlight', newValue.isConflictFilterChecked); /* Set highlight if the plugin is a search result. */ - this.onSearchResultChange(oldValue.isSearchResult, newValue.isSearchResult); + this.onSearchResultChange(undefined, newValue.isSearchResult); /* Update tooltip positions. */ var tooltips = this.shadowRoot.querySelectorAll('core-tooltip');