Skip to content

Commit e50c1bf

Browse files
Merge pull request #675 from syscoin/fix/popup-bug
fix: solve bug on createPopup function
2 parents 71a4fc6 + 4b989c6 commit e50c1bf

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "paliwallet",
3-
"version": "3.2.0",
3+
"version": "3.2.2",
44
"description": "A Non-Custodial Crypto Wallet",
55
"private": true,
66
"repository": {

source/config/consts.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ const MV2_OPTIONS = {
7474
const MV3_OPTIONS = {
7575
manifest_version: 3,
7676
name: 'Pali Wallet',
77-
version: '3.2.1',
77+
version: '3.2.2',
7878
icons: {
7979
16: 'assets/icons/favicon-16.png',
8080
32: 'assets/icons/favicon-32.png',

source/scripts/Background/controllers/index.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -350,8 +350,6 @@ const MasterController = (
350350
width: 400,
351351
height: 620,
352352
type: 'popup',
353-
top: 0,
354-
left: window.width - 400,
355353
});
356354
};
357355

0 commit comments

Comments
 (0)