Fix keybinding for pipette showing while pasting blueprints

pull/258/head
tobspr 4 years ago
parent e5d4fad64b
commit d452234c72

@ -8,6 +8,7 @@ export const CHANGELOG = [
"Add setting to disable cut/delete warnings (by hexy)",
"Fix bug where belts in blueprints don't orient correctly (by hexy)",
"Fix camera moving weird after dragging and holding (by hexy)",
"Fix keybinding for pipette showing while pasting blueprints",
"Update tutorial image for tier 2 tunnels to explain mix/match (by jimmyshadow1)",
"Prevent default actions on all keybindings in the web version so you don't accidentally use builtin browser shortcuts",
],

@ -168,7 +168,7 @@ export class HUDKeybindingOverlay extends BaseHUDPart {
// Pipette
label: T.ingame.keybindingsOverlay.pipette,
keys: [k.placement.pipette],
condition: () => !this.mapOverviewActive,
condition: () => !this.mapOverviewActive && !this.blueprintPlacementActive,
},
{

Loading…
Cancel
Save