Skip to content

Commit

Permalink
Disable vertical layout of Mongolian
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas Wojciechowski committed Oct 31, 2016
1 parent 6b86db2 commit 893d46c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/util/script_detection.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ function charAllowsVerticalWritingMode(char) {
if (isChar['Kangxi Radicals'](char)) return true;
if (isChar['Katakana Phonetic Extensions'](char)) return true;
if (isChar['Katakana'](char)) return true;
if (isChar['Mongolian'](char)) return true;

if (isCharFullwidthForm(char)) return true;

Expand Down

0 comments on commit 893d46c

Please sign in to comment.