merch sizing-guide: toggle mode on click
This commit is contained in:
parent
c9db0c5276
commit
32f5dd5553
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue