diff --git a/src/Posting/Captcha.v2.coffee b/src/Posting/Captcha.v2.coffee index c9095dbab..00b8849e8 100644 --- a/src/Posting/Captcha.v2.coffee +++ b/src/Posting/Captcha.v2.coffee @@ -51,7 +51,7 @@ Captcha.v2 = setup: (focus, force) -> return unless @isEnabled and (@needed() or force) - @shouldFocus = true if focus + @shouldFocus = true if focus and not QR.inBubble() if @timeouts.destroy clearTimeout @timeouts.destroy delete @timeouts.destroy