Skip to content

Commit

Permalink
Remove duplicate wallets
Browse files Browse the repository at this point in the history
Removed activation event from package.json which was triggering a wallet and/or contract being opened in a new window every time a user clicked on a wallet or contract on the side bar. Now a wallet/ contract opens up only ONCE in the same window, so much less clutter. Should double check to make sure that this is what we want.
  • Loading branch information
robliou committed May 27, 2022
1 parent abffd21 commit 4634306
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@
"onCommand:neo3-visual-devtracker.neo.walletCreate",
"onCommand:neo3-visual-devtracker.tracker.openContract",
"onCommand:neo3-visual-devtracker.tracker.openTracker",
"onCommand:neo3-visual-devtracker.tracker.openWallet",
"onCustomEditor:neo3-visual-devtracker.express.neo-invoke-json",
"onView:neo3-visual-devtracker.views.blockchains",
"onView:neo3-visual-devtracker.views.quickStart",
Expand Down Expand Up @@ -379,4 +378,4 @@
"wget-improved": "^3.2.1",
"which": "^2.0.2"
}
}
}

0 comments on commit 4634306

Please sign in to comment.