mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Correctly initialise plugin card tooltip positions.
This commit is contained in:
@@ -260,6 +260,12 @@ loot-clear-metadata
|
||||
|
||||
/* Also set highlight if the conflict filter is active. */
|
||||
this.classList.toggle('highlight', newValue.isConflictFilterChecked);
|
||||
|
||||
/* Update tooltip positions. */
|
||||
var tooltips = this.shadowRoot.getElementsByTagName('core-tooltip');
|
||||
for (var i = 0; i < tooltips.length; ++i) {
|
||||
tooltips[i].setPosition();
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user