Skip to content

Commit 8ec41fa

Browse files
committed
fix: don't open a window for external apps
1 parent 67e4024 commit 8ec41fa

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

site/src/modules/apps/useAppLink.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,10 @@ export const useAppLink = (
5555
window.addEventListener("blur", () => {
5656
clearTimeout(openAppExternallyFailed);
5757
});
58+
59+
// External apps don't support open_in since they only should open
60+
// external apps.
61+
return;
5862
}
5963

6064
switch (app.open_in) {

0 commit comments

Comments
 (0)