The 3D view is now focused when dropping an entity on it.

This commit is contained in:
Daan Vanden Bosch 2019-10-01 17:10:19 +02:00
parent f852333fd6
commit 75c19cf112

View File

@ -224,6 +224,7 @@ export class QuestEntityControls implements Disposable {
private drop = (e: EntityDragEvent) => {
this.process_mouse_event(e.event);
this.renderer.dom_element.focus();
this.state = this.state.process_event({
type: EvtType.EntityDrop,