]> cat aescling's git repositories - mastodon.git/commit
Remove pointer events on the entire UI when a dropdown menu is open (#6648)
authorAkihiko Odaki <akihiko.odaki.4i@stu.hosei.ac.jp>
Wed, 7 Mar 2018 01:26:43 +0000 (10:26 +0900)
committerEugen Rochko <eugen@zeonfederated.com>
Wed, 7 Mar 2018 01:26:43 +0000 (02:26 +0100)
commit913a38111ff5b0cb7f412bec93e8314859c88855
treed396de89ae7c9cf3a65beb6fff9723d9806b2289
parent4847149b6eb6fb1023c49f6e0d428290a906c6de
Remove pointer events on the entire UI when a dropdown menu is open (#6648)

* Remove pointer events on the entire UI when a dropdown menu is open

This prevents operations to change the location of the menu such as
scrolling.

* Fix mistake from merge
app/javascript/mastodon/actions/dropdown_menu.js [new file with mode: 0644]
app/javascript/mastodon/components/dropdown_menu.js
app/javascript/mastodon/containers/dropdown_menu_container.js
app/javascript/mastodon/features/ui/index.js
app/javascript/mastodon/reducers/dropdown_menu.js [new file with mode: 0644]
app/javascript/mastodon/reducers/index.js