If i try to click inside the dropdown div it is closing automatically. I am trying to close the dropdown div when it is clicked outside the div. How to prevent it when click clicking inside the dropdown div? I need to prevent the dropdown because i am going to implement product quantity update implementation.
Where is the code that toggles the mini-cart? Demo link https://cornerstone-light-demo.mybigcommerce.com/
I have tried preventDefault() on clicking the dropdown container. But it was not working.