Skip to content

Commit

Permalink
fix: update ember-modifier, fix invalid super call on sound-position-…
Browse files Browse the repository at this point in the history
…slider modifier
  • Loading branch information
jkeen committed Dec 24, 2022
1 parent 131f620 commit f68b01b
Show file tree
Hide file tree
Showing 3 changed files with 894 additions and 1,239 deletions.
1 change: 0 additions & 1 deletion addon/modifiers/sound-position-slider.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ export default class SoundPositionSliderModifier extends DidPanModifier {
})
.catch(() => {});
} else {
super.didInstall(...arguments);
this.element.addEventListener('click', this.handleTap);
this.element.addEventListener('mousedown', this.handleTap);
this.element.addEventListener('tap', this.handleTap);
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"ember-gesture-modifiers": "^4.0.1",
"ember-get-config": "^2.0",
"ember-modal-dialog": "^4.0.0",
"ember-modifier": "^3.0.0",
"ember-modifier": "^4.0.0",
"hls.js": "^1.1.1",
"howler": "^2.2.1",
"tracked-built-ins": "^3.1.0",
Expand Down
Loading

0 comments on commit f68b01b

Please sign in to comment.