diff --git a/js/lib/Model.js b/js/lib/Model.js index cd851ac18..1b2b976cd 100644 --- a/js/lib/Model.js +++ b/js/lib/Model.js @@ -171,6 +171,7 @@ export default class Model { // old data! We'll revert to that and let others handle the error. response => { this.pushData(oldData); + m.lazyRedraw(); throw response; } );