From e1305ff20e0758008d4d70b023a13cc2a4777873 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Fri, 8 May 2020 11:30:06 -0400 Subject: #939 don't relayout after group change, initPackery() already does that --- www/js/MontageCtrl.js | 3 --- 1 file changed, 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 { -- cgit v1.2.3