mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-17 22:24:49 +02:00
Fix reload on save (fixes #1642)
This commit is contained in:
+1
-1
@@ -73,8 +73,8 @@ window.iD = function () {
|
||||
context.intersects = history.intersects;
|
||||
|
||||
context.flush = function() {
|
||||
history.reset();
|
||||
connection.flush();
|
||||
history.reset();
|
||||
return context;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user