mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-24 17:14:04 +02:00
Switch KeepRight markers to use touch targets
This makes it easier to select the KeepRight issue and avoid selecting the OSM geometry underneath them
This commit is contained in:
@@ -114,7 +114,7 @@ export function behaviorHover(context) {
|
||||
|
||||
} else if (datum instanceof krError) {
|
||||
entity = datum;
|
||||
selector = '.error-' + datum.id;
|
||||
selector = '.kr_error-' + datum.id;
|
||||
|
||||
} else if (datum instanceof osmNote) {
|
||||
entity = datum;
|
||||
|
||||
Reference in New Issue
Block a user