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:
Daan Vanden Bosch 2021-11-30 15:45:47 +01:00
parent 9caeab579a
commit b7fc6a260b

View File

@ -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) {