Fix regression in single patch pages

This commit is contained in:
Will Toohey
2018-10-20 10:20:30 +10:00
parent d7fa8fffc3
commit a4ae2bfc52
+1 -1
View File
@@ -381,7 +381,7 @@ DllPatcher.prototype.loadFile = function(file) {
reader.onload = function(e) {
self.loadBuffer(e.target.result);
this.updatePatchUI();
self.updatePatchUI();
};
reader.readAsArrayBuffer(file);