leather-io / extension

Leather browser extension
https://leather.io
MIT License
288 stars 135 forks source link

Using built-in mouse back button does not close modals #3316

Open edu-stx opened 1 year ago

edu-stx commented 1 year ago

When using a mouse with a back button, the modal won't closed if the button is clicked on the overaly.

When a modal is opened we click the back button on the gray overlay, it closes the modal first (click event that triggers modals onclose navigation route) then it re-opens it (native "back" functionality) b/c the modal is no a route, so i was very confused as to why the modal wasn't closing when navigating back

DevRishiJain commented 1 year ago

Can this be assigned to me?