mirror of
https://github.com/tobspr-games/shapez.io.git
synced 2026-01-16 22:31:03 -08:00
fix crash due to missing import of STOP_PROPAGATION
This commit is contained in:
parent
42c569d91f
commit
bc40fa72d3
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
import { gMetaBuildingRegistry } from "../../../core/global_registries";
|
||||
import { Signal } from "../../../core/signal";
|
||||
import { Signal, STOP_PROPAGATION } from "../../../core/signal";
|
||||
import { TrackedState } from "../../../core/tracked_state";
|
||||
import { makeDiv } from "../../../core/utils";
|
||||
import { KEYMAPPINGS } from "../../key_action_mapper";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue