dropdown for product variant picker

main
alexanderroese 2024-07-14 00:02:27 +02:00
parent 4cda10fcd8
commit d1dfe74d84
1 changed files with 2 additions and 0 deletions

View File

@ -180,6 +180,8 @@
event.currentTarget.classList.add('shx-custom-variant-picker-selected-variant');
dropdownContent.style.display = 'none';
console.log("curr", event.currentTarget)
});
});