Merge "Avoid lazyloading when used for input method language selection."
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