diff --git a/src/click.js b/src/click.js index 1863b65a..e8fe535f 100644 --- a/src/click.js +++ b/src/click.js @@ -61,10 +61,7 @@ function clickElement(element, init, {clickCount}) { element, getMouseEventOptions('mousedown', init, clickCount), ) - if ( - continueDefaultHandling && - element !== element.ownerDocument.activeElement - ) { + if (continueDefaultHandling) { const closestFocusable = findClosest(element, isFocusable) if (previousElement && !closestFocusable) { blur(previousElement, init)