fix positioning of active tab indicator (#695)

pull/667/head
Denis Korablev 2022-02-22 18:10:33 +04:00 zatwierdzone przez GitHub
rodzic a1e4b50b29
commit d6bfc773de
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -297,7 +297,7 @@ export default class SlTabGroup extends LitElement {
// offsetLeft/offsetTop cannot be used directly here due to a shadow parent issue: https://bugs.chromium.org/p/chromium/issues/detail?id=920069
// neither can getBoundingClientRect as it gives invalid values for animating elements
const allTabs = this.getAllTabs();
const allTabs = this.getAllTabs(true);
const precedingTabs = allTabs.slice(0, allTabs.indexOf(currentTab));
const offset = precedingTabs.reduce(
(previous, current) => ({