Skip to content

Commit

Permalink
fix: handle rejection on timeout to avoid angularjs error message abo…
Browse files Browse the repository at this point in the history
…ut possibly unhandled rejection
  • Loading branch information
mschaaf authored and mportuga committed Jun 27, 2019
1 parent 38dc73e commit 635410c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/edit/src/js/gridEdit.js
Original file line number Diff line number Diff line change
Expand Up @@ -559,7 +559,7 @@

// Undbind the touchend handler, we don't need it anymore
$elm.off('touchend', touchEnd);
});
}).catch(angular.noop);
}

// Cancel any touchstart timeout
Expand Down

0 comments on commit 635410c

Please sign in to comment.