Bug 1707080 - Enable dispatch_by_pointer_messages on Nightly r=edgar

Differential Revision: https://phabricator.services.mozilla.com/D114659
This commit is contained in:
Kagami Sascha Rosylight 2021-06-07 15:13:32 +00:00
Родитель a0fb43c1ef
Коммит 3d1c1e91f8
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -3562,12 +3562,12 @@
# mouse messages.
- name: dom.w3c_pointer_events.dispatch_by_pointer_messages
type: bool
value: false
value: @IS_NIGHTLY_BUILD@
mirror: always
- name: dom.w3c_pointer_events.scroll_by_pen.enabled
type: bool
value: false
value: true
mirror: always
#endif