DEV: replaces setTimeout by Ember.run.later (#6618)
This commit is contained in:
committed by
Régis Hanol
parent
f2c227432c
commit
907cf3ee2f
@@ -40,7 +40,7 @@ export default Ember.Controller.extend({
|
||||
);
|
||||
}
|
||||
|
||||
setTimeout(() => {
|
||||
Ember.run.later(() => {
|
||||
this.set("model.savingStatus", null);
|
||||
}, 2000);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user