From 3a498616fbe75e2071d64ab5284c4823838d627c Mon Sep 17 00:00:00 2001 From: ntr Date: Tue, 12 Nov 2019 15:52:45 +1100 Subject: [PATCH] additional setactive remove --- client/src/keyboard.jsx | 1 - 1 file changed, 1 deletion(-) diff --git a/client/src/keyboard.jsx b/client/src/keyboard.jsx index 1646a358..e037be18 100644 --- a/client/src/keyboard.jsx +++ b/client/src/keyboard.jsx @@ -9,7 +9,6 @@ function setupKeys(store) { key('esc', () => store.dispatch(actions.setCombiner([]))); key('esc', () => store.dispatch(actions.setReclaiming(false))); key('esc', () => store.dispatch(actions.setActiveSkill(null))); - key('esc', () => store.dispatch(actions.setActiveConstruct(null))); key('esc', () => store.dispatch(actions.setInfo(null))); key('esc', () => store.dispatch(actions.setItemEquip(null))); key('esc', () => store.dispatch(actions.setItemUnequip([])));