add focus to prompt button

This commit is contained in:
daria 2025-05-28 04:31:10 -07:00
parent 5d827f7a30
commit 9619bb1c35
No known key found for this signature in database
GPG Key ID: 78018F06E7C6A3CF

View File

@ -3280,6 +3280,7 @@ define([
}, button),
]);
UI.errorLoadingScreen(block);
$(button).focus();
};
UIElements.getBurnAfterReadingWarning = function (common) {
var priv = common.getMetadataMgr().getPrivateData();