Save the ime preference when disabled
This was causing unwanted activation of IME across page visits Change-Id: Ibbcb5494154770ca363f8baf8e975973a393f7e2
This commit is contained in:
@@ -994,6 +994,9 @@
|
|||||||
imeselector.$imeSetting.find( 'a.ime-name' ).text( '' );
|
imeselector.$imeSetting.find( 'a.ime-name' ).text( '' );
|
||||||
this.$menu.removeClass( 'open' );
|
this.$menu.removeClass( 'open' );
|
||||||
imeselector.position();
|
imeselector.position();
|
||||||
|
// save this preference
|
||||||
|
$.ime.preferences.save( function () {
|
||||||
|
} );
|
||||||
},
|
},
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user