mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 01:02:58 +00:00
also highlight search results when focusing entries using keyboard (tab)
This commit is contained in:
@@ -293,6 +293,7 @@ export function uiFeatureList(context) {
|
||||
.attr('class', 'feature-list-item')
|
||||
.on('pointerenter', mouseover)
|
||||
.on('pointerleave', mouseout)
|
||||
.on('focus', mouseover)
|
||||
.on('blur', mouseout)
|
||||
.on('click', click);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user