From 32f5dd555341aded27b0d697dc072772d64ae1f5 Mon Sep 17 00:00:00 2001 From: kritzl Date: Thu, 13 Feb 2025 13:30:47 +0100 Subject: [PATCH] merch sizing-guide: toggle mode on click --- styleguide/merch.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styleguide/merch.html b/styleguide/merch.html index f2bc2e8..07916c2 100644 --- a/styleguide/merch.html +++ b/styleguide/merch.html @@ -1177,7 +1177,7 @@ const group = cell.parentElement.parentElement; const col = cell.dataset.col; - if (cell.classList.contains('highlighted')) { + if (cell.classList.contains('highlighted') && !cell.classList.contains('currentDimension')) { selectCell(e); return; }