mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-24 00:54:03 +02:00
fix leaking global
This commit is contained in:
@@ -13,7 +13,7 @@ iD.ui.TagEditor = function(context) {
|
||||
|
||||
entity = selection.datum();
|
||||
selection_ = selection;
|
||||
geometry = entity.geometry(context.graph());
|
||||
var geometry = entity.geometry(context.graph());
|
||||
|
||||
// preset was explicitly chosen
|
||||
if (newpreset) {
|
||||
|
||||
Reference in New Issue
Block a user