Make disabling input methods work
Mark isDirty correctly. Change-Id: I1c5219c9f63dec15272dd97341295e346cdabcb3
This commit is contained in:
committed by
Gerrit Code Review
parent
a98ff90d49
commit
f47b54819b
@@ -411,6 +411,7 @@
|
||||
inputSettings.$template.find( 'button.uls-input-toggle-button' )
|
||||
.on( 'click', function () {
|
||||
inputSettings.enableApplyButton();
|
||||
|
||||
if ( $.ime.preferences.isEnabled() ) {
|
||||
inputSettings.disableInputTools();
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user