Fix critical issue with editing Bike Lanes and Allowed Access fields

This commit is contained in:
Quincy Morgan
2020-10-27 20:44:56 -04:00
parent 37ec46b43a
commit b2582dcf9e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -66,7 +66,7 @@ export function uiFieldAccess(field, context) {
}
function change(d) {
function change(d3_event, d) {
var tag = {};
var value = context.cleanTagValue(utilGetSetValue(d3_select(this)));
+1 -1
View File
@@ -74,7 +74,7 @@ export function uiFieldCycleway(field, context) {
}
function change(key) {
function change(d3_event, key) {
var newValue = context.cleanTagValue(utilGetSetValue(d3_select(this)));