The current configuration of the mutation observer would only be invoked when direct children are added/removed. Since tab-titles are children of tab-nav the observer would miss these.
Mutations from other children might be helping update the tab-titles, but needs to be improved for the current milestone.
Description
A follow-up to issue #7605.
The current configuration of the mutation observer would only be invoked when direct children are added/removed. Since
tab-titles
are children oftab-nav
the observer would miss these.Mutations from other children might be helping update the
tab-titles
, but needs to be improved for the current milestone.Proposed Advantages
Make the observer work as intended.
Which Component
tabs
Relevant Info
No response
Calcite package