From 75c19cf112359d308684bc8e3ab33159f50d2d04 Mon Sep 17 00:00:00 2001 From: Daan Vanden Bosch Date: Tue, 1 Oct 2019 17:10:19 +0200 Subject: [PATCH] The 3D view is now focused when dropping an entity on it. --- src/quest_editor/rendering/QuestEntityControls.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/quest_editor/rendering/QuestEntityControls.ts b/src/quest_editor/rendering/QuestEntityControls.ts index dff0279e..570f2775 100644 --- a/src/quest_editor/rendering/QuestEntityControls.ts +++ b/src/quest_editor/rendering/QuestEntityControls.ts @@ -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,