diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2020-05-08 11:30:06 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2020-05-08 11:30:06 -0400 |
| commit | e1305ff20e0758008d4d70b023a13cc2a4777873 (patch) | |
| tree | 4a75bdac41e7943b4a8910d50c8162670313811c /www | |
| parent | 0117400c42a324347a9daefd949ead1f1a5d1142 (diff) | |
#939 don't relayout after group change, initPackery() already does that
Diffstat (limited to 'www')
| -rw-r--r-- | www/js/MontageCtrl.js | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/www/js/MontageCtrl.js b/www/js/MontageCtrl.js index be1e2c25..111ef7dd 100644 --- a/www/js/MontageCtrl.js +++ b/www/js/MontageCtrl.js @@ -1029,9 +1029,6 @@ angular.module('zmApp.controllers') $timeout ( function () { beforeReorderPositions = pckry.getShiftPositions('data-item-id'); finishReorder(); - $timeout(function () { - pckry.layout(); - },600); },300); } else { |
