Skip to content

Commit 5c33037

Browse files
update
1 parent 0625667 commit 5c33037

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/bridge/src/iframe-dev.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export const initIFRAME_DEV = async (origin: string, token?: string) => {
3232
}
3333

3434
if (!token) {
35-
const viewWindow = window.open(`${bridgeView}?token=${bridgeToken}`, "_blank");
35+
const viewWindow = window.open(`${bridgeView}?token=${bridgeToken}`, 'devtool-view', 'width=800,height=600');
3636

3737
close = () => viewWindow.close();
3838
}

0 commit comments

Comments
 (0)