mirror of
https://github.com/DaanVandenBosch/phantasmal-world.git
synced 2025-04-05 15:28:29 +08:00
The 3D view is now focused when dropping an entity on it.
This commit is contained in:
parent
f852333fd6
commit
75c19cf112
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user