mirror of
https://github.com/DaanVandenBosch/phantasmal-world.git
synced 2025-04-03 13:58:28 +08:00
The 3-D view now becomes focussed when dropping an entity on it. This is done mainly so that the main undo stack becomes active.
This commit is contained in:
parent
9caeab579a
commit
b7fc6a260b
@ -115,6 +115,8 @@ private fun HTMLElement.observeEntityEvent(
|
||||
getEventData(e)?.let { data ->
|
||||
observer(EntityDragEvent(data, e))
|
||||
}
|
||||
|
||||
focus()
|
||||
})
|
||||
|
||||
private fun dragStart(e: DragEvent, entityType: EntityType, imageUrl: String) {
|
||||
|
Loading…
Reference in New Issue
Block a user