Roko Kovač
Results
2
comments of
Roko Kovač
I had the same issue, see `removeItem` and `addItemToLayout` in the [playground example](https://github.com/katoid/angular-grid-layout/blob/251c1bbebb96f3482e4eba6ca2eeeebe3c8ca5fb/projects/demo-app/src/app/playground/playground.component.ts). Just recalculate the y afterwards if you're going to use the value anywhere else. ``` removeItem(item: KtdGridLayoutItem...
Have you resolved this? I have the same issue, nothing in logs either (verbose mode).