You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since a slot can be projected at a single place in the DOM, we have decided to expose different slot properties for each location the header is displayed:
headerId - slot rendered in the content pane header
tabHeaderId - slot rendered in the tab header
unpinnedHeaderId - slot rendered in the unpinned pane header
If any of these slot properties is not set, the value of the header property will be rendered.
Description
When headerId of some pinned pane is set to slot like for example the following:
and the user unpin the pane it's header is not visible in the area where all unpinned panes are displayed.
Steps to reproduce
Result
Expected result
The text was updated successfully, but these errors were encountered: