From 9619bb1c35cf5c7319262df7296ed5a46c97f8fa Mon Sep 17 00:00:00 2001 From: daria <95225431+dariiing@users.noreply.github.com> Date: Wed, 28 May 2025 04:31:10 -0700 Subject: [PATCH] add focus to prompt button --- www/common/common-ui-elements.js | 1 + 1 file changed, 1 insertion(+) diff --git a/www/common/common-ui-elements.js b/www/common/common-ui-elements.js index c2d10894c..8ccabef49 100644 --- a/www/common/common-ui-elements.js +++ b/www/common/common-ui-elements.js @@ -3280,6 +3280,7 @@ define([ }, button), ]); UI.errorLoadingScreen(block); + $(button).focus(); }; UIElements.getBurnAfterReadingWarning = function (common) { var priv = common.getMetadataMgr().getPrivateData();