Skip to content

Commit

Permalink
Bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Rustem Mussabekov committed Oct 19, 2020
1 parent f8d4f9f commit 1388b4b
Show file tree
Hide file tree
Showing 3 changed files with 589 additions and 21 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Raindrop.io",
"productName": "Raindrop.io",
"version": "5.2.43",
"version": "5.2.44",
"description": "Crossplatform bookmarking app",
"main": "src/index.js",
"repository": {
Expand Down
6 changes: 2 additions & 4 deletions src/navigation/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,9 @@ function onWillNavigate(e, url) {
}
}

function onNewWindow(e, url, frameName, disposition) {
function onNewWindow(e, url) {
e.preventDefault()

if (disposition != 'background-tab')
shell.openExternal(url)
shell.openExternal(url)
}

module.exports = function() {
Expand Down
Loading

0 comments on commit 1388b4b

Please sign in to comment.