Skip to content

Commit

Permalink
fix(tabs): bind tabindicator update to dir value
Browse files Browse the repository at this point in the history
  • Loading branch information
Westbrook committed Aug 29, 2020
1 parent 5b7c05d commit 09598b5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/tabs/src/Tabs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,9 @@ export class Tabs extends Focusable {
this.setAttribute('aria-orientation', 'vertical');
}
}
if (changes.has('dir')) {
this.updateSelectionIndicator();
}
}

/**
Expand Down

0 comments on commit 09598b5

Please # to comment.