Update jquery.ime to 4b92dee
Bug: T188767 Change-Id: I4308f8fc4f03122225f71db991d15f36c4d19f6f
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
/*! jquery.ime - v0.2.0+20180529
|
||||
/*! jquery.ime - v0.2.0+20180815
|
||||
* https://github.com/wikimedia/jquery.ime
|
||||
* Copyright (c) 2018 Santhosh Thottingal; License: (GPL-2.0+ OR MIT) */
|
||||
( function ( $ ) {
|
||||
@@ -964,6 +964,10 @@
|
||||
// Hide all other IME settings and collapse open menus
|
||||
$( 'div.imeselector' ).hide();
|
||||
$( 'div.imeselector-menu' ).removeClass( 'ime-open' );
|
||||
this.afterKeydown();
|
||||
},
|
||||
|
||||
afterKeydown: function () {
|
||||
this.$imeSetting.show();
|
||||
this.resetTimer();
|
||||
},
|
||||
@@ -1103,7 +1107,7 @@
|
||||
previousInputMethods,
|
||||
languageCode;
|
||||
|
||||
this.focus(); // shows the trigger in case it is hidden
|
||||
this.afterKeydown(); // shows the trigger in case it is hidden
|
||||
|
||||
if ( isShortcutKey( e ) ) {
|
||||
if ( ime.isActive() ) {
|
||||
|
||||
Reference in New Issue
Block a user