diff options
| author | Arjun Roychowdhury <pliablepixels@gmail.com> | 2016-01-19 13:20:14 -0500 |
|---|---|---|
| committer | Arjun Roychowdhury <pliablepixels@gmail.com> | 2016-01-19 13:20:14 -0500 |
| commit | af9929fa253ecc1194c7b7185ea1ec76d8dc79d5 (patch) | |
| tree | 6ff03e8fd3ac282f3bc80a0dd66a97c28f72833b /www/js | |
| parent | d6de9bb4295e2a70ad85bc9fd9ce6e6587330047 (diff) | |
improve image tearing when playback is too fast
Former-commit-id: 49e6b48c80a9102ab2195e238c7471ad9476efdc
Diffstat (limited to 'www/js')
| -rw-r--r-- | www/js/ModalCtrl.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/js/ModalCtrl.js b/www/js/ModalCtrl.js index a1934359..b22a2458 100644 --- a/www/js/ModalCtrl.js +++ b/www/js/ModalCtrl.js @@ -1173,6 +1173,7 @@ $scope.togglePresets = function() // if (carouselUtils.getStop() == true) return; + $scope.mycarousel.index = parseInt($scope.ionRange.index) - 1; // console.log ("***ION RANGE CHANGED TO " + $scope.mycarousel.index); }); |
