mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Fix undefined member variable errors.
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user