When dragging & dropping assets from the material/asset view, the preview is frozen in space, not moving at all.
For whatever reason the this.dragPos.set(dragPointer.screenPosition) in onDrag in UiOverlay.kt is not triggering recomposition.
|
this.dragPos.set(dragPointer.screenPosition) |
Note that this is purely a visual issue, and the actual drag & drop feature for Materials still functions as intended.
When dragging & dropping assets from the material/asset view, the preview is frozen in space, not moving at all.
For whatever reason the
this.dragPos.set(dragPointer.screenPosition)inonDragin UiOverlay.kt is not triggering recomposition.kool/kool-editor/src/commonMain/kotlin/de/fabmax/kool/editor/ui/UiOverlay.kt
Line 53 in 792cf44
Note that this is purely a visual issue, and the actual drag & drop feature for Materials still functions as intended.