mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-20 23:44:47 +02:00
Fix Map#perform
This commit is contained in:
@@ -451,7 +451,7 @@ iD.Map = function(elem, connection) {
|
||||
|
||||
function perform(action) {
|
||||
history.perform(action);
|
||||
map.update();
|
||||
update();
|
||||
}
|
||||
|
||||
function _do(operation) {
|
||||
|
||||
Reference in New Issue
Block a user