[bugfix,view-map][xs]: issue with map not rendering due to calling redraw in render (introduced in 62a790ceb9).
This commit is contained in:
@@ -176,7 +176,6 @@ my.Map = Backbone.View.extend({
|
|||||||
$('#editor-field-type-latlon').attr('checked','checked').change();
|
$('#editor-field-type-latlon').attr('checked','checked').change();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
this.redraw();
|
|
||||||
return this;
|
return this;
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user