mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-30 22:23:29 +00:00
fix(ping): resolve ping type undefined issue and remove preview layer
This commit is contained in:
@@ -248,6 +248,10 @@ export class InputHandler {
|
||||
});
|
||||
this.pointers.clear();
|
||||
|
||||
this.eventBus.on(PingSelectedEvent, (event) => {
|
||||
this.uiState.currentPingType = event.pingType;
|
||||
});
|
||||
|
||||
this.moveInterval = setInterval(() => {
|
||||
let deltaX = 0;
|
||||
let deltaY = 0;
|
||||
|
||||
Reference in New Issue
Block a user