This commit is contained in:
Jeff Wong 2018-07-02 15:35:24 -07:00
parent 42b11fc2c5
commit 2b240e74b5
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ export default Ember.Mixin.create({
_panMove(e) {
if (!this.get("_panState")) {
_panStart(e);
this._panStart(e);
return;
}
const previousState = this.get("_panState");