Avoid lazyloading when used for input method language selection.
That list is small and we can load all the languages initially. Fixes the scroll not appearing issue. Also fixes English being appended to America region on scroll Change-Id: Ic70d3ea30dc0ccf33a172361e0b50c07ed8ff82b
This commit is contained in:
@@ -74,6 +74,7 @@
|
||||
onSelect: function ( language ) {
|
||||
$input.data( 'ime' ).setLanguage( language );
|
||||
},
|
||||
lazyload: false,
|
||||
languages: getLanguagesWithIME(),
|
||||
top: $input.offset().top,
|
||||
left: $input.offset().left
|
||||
|
||||
Reference in New Issue
Block a user