Bug 1646240 - Default to visual selection direction on non-Linux Nightly r=jfkthame

Differential Revision: https://phabricator.services.mozilla.com/D79939
This commit is contained in:
Kagami Sascha Rosylight 2020-06-20 20:53:59 +00:00
Родитель b2455bc1cd
Коммит 3ad076e375
1 изменённых файлов: 5 добавлений и 1 удалений

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

@ -697,7 +697,11 @@
# 2 = visual, but logical during selection
- name: bidi.edit.caret_movement_style
type: int32_t
value: 2
#if !defined(XP_LINUX) && defined(NIGHTLY_BUILD)
value: 1
#else
value: 2 # See Bug 1638240
#endif
mirror: always
#---------------------------------------------------------------------------