mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-27 16:03:52 +00:00
Avoid keeping focus on the documentation lookup button
This commit is contained in:
@@ -143,6 +143,7 @@ export function uiTagReference(tag) {
|
||||
.on('click', function () {
|
||||
d3_event.stopPropagation();
|
||||
d3_event.preventDefault();
|
||||
this.blur(); // avoid keeping focus on the button - #4641
|
||||
if (_showing) {
|
||||
hide();
|
||||
} else if (_loaded) {
|
||||
|
||||
Reference in New Issue
Block a user