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
When adding a new panel to a group it gets added after the last panel in the group (either active or inactive).
We would like to be able to add it in any index within a group without making it active. As now, it is only possible to add it and right after move it (using moveTo) to the index desired. But moveTo sets the panel active, and we would like it to be inactive.
The idea of this is to mimic common browser behavior, where new tabs are added right after the active tab, instead of at the end.
A Possible solution for this would be to add a flag to "moveTo" for moving a panel without making it active. Another option is to add an index parameter in the "Position" parameter when adding a new panel, but maybe this is more complicated.
The text was updated successfully, but these errors were encountered:
bjassael
changed the title
Add new panel in a specific index within a group without making it active
Add panel in a specific index within a group without making it active
Nov 3, 2024
Again @mathuo thank you for the great work.
When adding a new panel to a group it gets added after the last panel in the group (either active or inactive).
We would like to be able to add it in any index within a group without making it active. As now, it is only possible to add it and right after move it (using moveTo) to the index desired. But moveTo sets the panel active, and we would like it to be inactive.
The idea of this is to mimic common browser behavior, where new tabs are added right after the active tab, instead of at the end.
A Possible solution for this would be to add a flag to "moveTo" for moving a panel without making it active. Another option is to add an index parameter in the "Position" parameter when adding a new panel, but maybe this is more complicated.
The text was updated successfully, but these errors were encountered: