From 2ec8d9864d0ea930fa6b7a315c99319c68ed0699 Mon Sep 17 00:00:00 2001 From: daria <95225431+dariiing@users.noreply.github.com> Date: Wed, 28 May 2025 01:25:37 -0700 Subject: [PATCH] fix keyboard trap on password prompt --- www/common/common-ui-elements.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/www/common/common-ui-elements.js b/www/common/common-ui-elements.js index c3de21053..96211b65e 100644 --- a/www/common/common-ui-elements.js +++ b/www/common/common-ui-elements.js @@ -3262,8 +3262,7 @@ define([ ]), ]); UI.errorLoadingScreen(block, Boolean(cfg.loaded), Boolean(cfg.loaded)); - - $password.find('.cp-password-input').focus(); + UI.addTabListener(block); }; UIElements.displayBurnAfterReadingPage = function (common, cb) {