Skip to content

Commit

Permalink
Update pickr to 0.4.10
Browse files Browse the repository at this point in the history
  • Loading branch information
astronomersiva committed Apr 22, 2019
1 parent 2ca979d commit 6a04ba7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion addon/components/color-picker.js
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ export default Component.extend({
},

willDestroyElement() {
this._pickr.destroy();
this._pickr.destroyAndRemove();
this._super(...arguments);
}
});
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"test:all": "ember try:each"
},
"dependencies": {
"@simonwep/pickr": "0.4.4",
"@simonwep/pickr": "^0.4.10",
"caniuse-api": "^3.0.0",
"ember-auto-import": "^1.2.19",
"ember-cli-babel": "^7.1.2",
Expand Down

0 comments on commit 6a04ba7

Please sign in to comment.