replacing lodash with deepCopy implementation

This commit is contained in:
Mészáros Gergely 2022-04-14 03:38:34 +02:00
parent 7e02d40066
commit 661855d420
4 changed files with 36 additions and 140 deletions

View file

@ -108,8 +108,8 @@ async function startResample(options) {
undraw();
resetZoom(0);
let oldstate = {
grid: _.cloneDeep(grid),
pack: _.cloneDeep(pack),
grid: deepCopy(grid),
pack: deepCopy(pack),
seed,
graphWidth,
graphHeight,