Reset the dirty bit after preferences are saved.
Bug: 48703 Change-Id: I5768c455324396d503646a4c803e9d512f47c0e1
This commit is contained in:
@@ -71,6 +71,8 @@
|
||||
|
||||
inputPreferences.set( 'ime', this.registry );
|
||||
inputPreferences.save( callback );
|
||||
// reset the dirty bit
|
||||
this.registry.isDirty = false;
|
||||
},
|
||||
|
||||
load: function () {
|
||||
|
||||
Reference in New Issue
Block a user