mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-23 00:29:50 +02:00
Merge branch 'master' of github.com:systemed/iD
This commit is contained in:
@@ -37,6 +37,10 @@ path.shadow {
|
||||
transition: 200ms;
|
||||
}
|
||||
|
||||
path.shadow {
|
||||
pointer-events: stroke;
|
||||
}
|
||||
|
||||
/* points */
|
||||
|
||||
g.point .stroke {
|
||||
|
||||
@@ -106,7 +106,7 @@ iD.ui.TagEditor = function(context) {
|
||||
.call(drawButtons);
|
||||
|
||||
tageditor.tags(tags);
|
||||
event.changeTags(tags);
|
||||
changeTags();
|
||||
}
|
||||
|
||||
function clean(o) {
|
||||
|
||||
Reference in New Issue
Block a user