Skip to content

Commit

Permalink
Fix empty password generation dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Vogt committed Apr 5, 2018
1 parent 974a3e8 commit 86d7f68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/pass.js
Original file line number Diff line number Diff line change
Expand Up @@ -617,7 +617,7 @@ PassFF.Pass = (function () {
'type': 'popup'
})
.then((win) => {
return browser.windows.update(win.id, { height: 480 });
setTimeout(() => browser.windows.update(win.id, { height: 480 }));
});
}),
};
Expand Down

0 comments on commit 86d7f68

Please sign in to comment.