1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2026-03-02 03:39:21 +00:00

Merge pull request #310 from jakobhellermann/master

fix crash due to missing import of STOP_PROPAGATION
This commit is contained in:
tobspr
2020-06-27 08:36:04 +02:00
committed by GitHub

View File

@@ -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";