mirror of
https://github.com/tiddly-gittly/TidGi-Desktop.git
synced 2025-12-06 02:30:47 -08:00
Fix changing workspace in Asana opens link in default browser (#47)
This commit is contained in:
parent
a2a8b0f73a
commit
a625b44151
1 changed files with 1 additions and 0 deletions
|
|
@ -112,6 +112,7 @@ const addView = (browserWindow, workspace) => {
|
|||
if (
|
||||
nextDomain === 'accounts.google.com'
|
||||
|| nextDomain === 'feedly.com'
|
||||
|| (curDomain.includes('asana.com') && nextDomain.includes('asana.com'))
|
||||
) {
|
||||
e.preventDefault();
|
||||
view.webContents.loadURL(nextUrl);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue