dmtrbrl/tmdb-app

Using back button to close MoviePopup prevents scrolling

Closed this issue · 0 comments

Closing a movie popup by hitting the browser's or phone's back button prevents scrolling on the screen.

I figure this has something to do with the MoviePopup emit('close') events not be fired when using the back button. I'm not sure how to do this myself unfortunately.