Fix grid recalc

This commit is contained in:
4eb0da
2022-09-14 14:35:53 +03:00
parent 298bbc83f6
commit b09005be6d
@@ -83,7 +83,8 @@
);
});
childStore = derived(children, val => val);
// Create a new array every time so that it is not equal to the previous one
childStore = derived(children, val => [...val]);
}
let resultItems: {