Skip to content
This repository has been archived by the owner on May 7, 2020. It is now read-only.

Commit

Permalink
prevent duplicate things during digest cycle (#3968)
Browse files Browse the repository at this point in the history
Signed-off-by: Henning Treu <henning.treu@telekom.de>
  • Loading branch information
htreu authored and kaikreuzer committed Aug 7, 2017
1 parent 8aa2fec commit a86f470
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -99,7 +99,7 @@ angular.module('PaperUI.controllers.control', []) //
})
$timeout.cancel(redraw)
redraw = $timeout(function() {
$scope.things.push.apply($scope.things, renderedThings);
$scope.things = renderedThings;
masonry()
}, 0, true)
}
Expand Down

0 comments on commit a86f470

Please sign in to comment.