Add return (don't show error box when deep link is handled)
This commit is contained in:
@@ -183,6 +183,7 @@ function handleDeepLinkReturn(url: string) {
|
||||
type: parsed.hostname,
|
||||
url,
|
||||
});
|
||||
return;
|
||||
}
|
||||
dialog.showErrorBox("Invalid deep link URL", url);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user