Clear selection when switching layers

pull/403/head
tobspr 4 years ago
parent a1007591e5
commit 4896e9b89e

@ -42,6 +42,7 @@ export class HUDMassSelector extends BaseHUDPart {
this.root.keyMapper.getBinding(KEYMAPPINGS.massSelect.massSelectCopy).add(this.startCopy, this);
this.root.hud.signals.selectedPlacementBuildingChanged.add(this.clearSelection, this);
this.root.signals.editModeChanged.add(this.clearSelection, this);
}
/**

Loading…
Cancel
Save