caplin / FlexLayout

Docking Layout Manager for React
MIT License
919 stars 173 forks source link

Add function to find first tab set of the root node. #403

Closed zanzaben closed 12 months ago

zanzaben commented 1 year ago

This new function is part of my solution for Issue 51. When it tries to add to the active tab set but there is no active tab set I need to find some tab set to add to instead. Ideally layout.addTabToActiveTabSet() would also be changed to use this as well, but I didn't want to submit an MR that could change functionality without hearing from the developers first.