mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-19 23:14:47 +02:00
Pass d3_event to click handler
This commit is contained in:
@@ -91,7 +91,7 @@ export function uiFeatureList(context) {
|
||||
if (d3_event.keyCode === 13 && // ↩ Return
|
||||
q.length &&
|
||||
items.size()) {
|
||||
click(items.datum());
|
||||
click(d3_event, items.datum());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user