-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Investigate opening tabs in new Browser Window #360
Comments
This is so exciting! |
@michaelsharpe I've published the current state under an experimental build. I believe this is getting close to a production-grade solution but it may be subject to some change. Any feedback appreicated as always.
addPopoutGroup(
item: IDockviewPanel | DockviewGroupPanel,
options?: {
position?: Box;
popoutUrl?: string;
}
): void; From the primary api api.addPopoutGroup(group); From within a panel props.containerApi.addPopoutGroup(props.api.group); |
Awesome!!! I'll try it out and let you know how it goes. |
Refer to #365 for beta builds and documentation of this feature. |
This has been release in version 1.9.0. Docs here. |
Out of curiosity, anything on the roadmap to pull a tab out into a totally new browser window?
Originally posted by @michaelsharpe in #344 (comment)
The text was updated successfully, but these errors were encountered: