summaryrefslogtreecommitdiff
path: root/extension/react-app/src/components/StepContainer.tsx
diff options
context:
space:
mode:
authorsestinj <sestinj@gmail.com>2023-07-15 15:10:48 -0700
committersestinj <sestinj@gmail.com>2023-07-15 15:10:48 -0700
commitd498faecb809d3a13a605b7dca99a8049218fcc0 (patch)
tree1441ce1dc57e12d9b815452153e466b7a21bed66 /extension/react-app/src/components/StepContainer.tsx
parent4ccbee5275ee314a4cdd5e5fcc1024373fe6f513 (diff)
parent925c3e0ef45d9eb01a8f6c1efd239fa011492bd2 (diff)
downloadsncontinue-d498faecb809d3a13a605b7dca99a8049218fcc0.tar.gz
sncontinue-d498faecb809d3a13a605b7dca99a8049218fcc0.tar.bz2
sncontinue-d498faecb809d3a13a605b7dca99a8049218fcc0.zip
Merge remote origin main
Diffstat (limited to 'extension/react-app/src/components/StepContainer.tsx')
-rw-r--r--extension/react-app/src/components/StepContainer.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/extension/react-app/src/components/StepContainer.tsx b/extension/react-app/src/components/StepContainer.tsx
index 14e9b854..7f23e333 100644
--- a/extension/react-app/src/components/StepContainer.tsx
+++ b/extension/react-app/src/components/StepContainer.tsx
@@ -181,7 +181,7 @@ function StepContainer(props: StepContainerProps) {
}
className="overflow-hidden cursor-pointer"
onClick={(e) => {
- if (e.metaKey) {
+ if (isMetaEquivalentKeyPressed(e)) {
props.onToggleAll();
} else {
props.onToggle();