denoland / dotland

[Archived] deno.land website
https://deno.land
MIT License
957 stars 626 forks source link

fix: dont send click event to toggle for desktop header #2597

Closed crowlKats closed 1 year ago

crowlKats commented 1 year ago

Closes #2591

WittySmirk commented 1 year ago

This change breaks mobile because you can no longer open the menus:

no_mobile

crowlKats commented 1 year ago

@WittySmirk no it doesnt. this is only changed for the large breakpoint.

WittySmirk commented 1 year ago

@crowlKats yeah mb I messed up the diff and had the pointer-events-none out of the lg scope.