Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(UI): Remove rasterizing of items in draggable lists (#1231)
As `DraggableList` now use another strategy to move item and presents the drag feedback, it occurs that raster of all items is not needed anymore. Indeed this leads to a nice optimisation in responsiveness especially when using large table reports. Closes #1177.
- Loading branch information