Hi Sorry about this, It should be obvious but I am unable to find the JS code which toggles the menu drawer. Would really appreciate it if someone can point to the right file. I have checked header-drawer.liquid & header.liquid.
Thanks
Hi Sorry about this, It should be obvious but I am unable to find the JS code which toggles the menu drawer. Would really appreciate it if someone can point to the right file. I have checked header-drawer.liquid & header.liquid.
Thanks
This function opens menu drawer: https://github.com/Shopify/dawn/blob/d627f2160527792efffadc83c749080507772767/assets/global.js#L500-L518
And the next function closes it.
Thanks