fix keyboard trap on password prompt

This commit is contained in:
daria 2025-05-28 01:25:37 -07:00
parent df3849c6e9
commit 2ec8d9864d
No known key found for this signature in database
GPG Key ID: 78018F06E7C6A3CF

View File

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