We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0625667 commit 5c33037Copy full SHA for 5c33037
packages/bridge/src/iframe-dev.ts
@@ -32,7 +32,7 @@ export const initIFRAME_DEV = async (origin: string, token?: string) => {
32
}
33
34
if (!token) {
35
- const viewWindow = window.open(`${bridgeView}?token=${bridgeToken}`, "_blank");
+ const viewWindow = window.open(`${bridgeView}?token=${bridgeToken}`, 'devtool-view', 'width=800,height=600');
36
37
close = () => viewWindow.close();
38
0 commit comments