mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 09:12:52 +00:00
Now entities can always be deleted if the user created them in the first place.. We skip asking `operationDelete.disabled()` because there are reasons why this may return true. A thing that could happen before: - User creates an untagged entity - Quits browser and restarts iD - Restores history - The entity happens to be in a part of the map that hasn't been loaded yet, so `operationDelete.disabled()` returns true, and the issue ends up as a 'warning' instead of an 'error'