mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 17:23:02 +00:00
Clear entity id cache on reset()
This commit is contained in:
@@ -180,6 +180,7 @@ export default {
|
||||
userDetails = undefined;
|
||||
rateLimitError = undefined;
|
||||
_.forEach(inflight, abortRequest);
|
||||
entityCache = {};
|
||||
loadedTiles = {};
|
||||
inflight = {};
|
||||
return this;
|
||||
|
||||
Reference in New Issue
Block a user