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,