Avoid keeping focus on the documentation lookup button

This commit is contained in:
Bryan Housel
2019-02-08 13:34:29 -05:00
parent 32c42073c6
commit b050c2f442

View File

@@ -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) {