Merge "Properly save back-up preferences for repeated canceling"
This commit is contained in:
@@ -516,6 +516,9 @@
|
|||||||
// closure for not losing the scope
|
// closure for not losing the scope
|
||||||
inputSettings.onSave( result );
|
inputSettings.onSave( result );
|
||||||
} );
|
} );
|
||||||
|
|
||||||
|
// Update the back-up preferences for the case of canceling
|
||||||
|
this.savedRegistry = $.extend( true, {}, $.ime.preferences.registry );
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user