Prevent focus-related console warning when opening prompts.

This commit is contained in:
hackademix 2023-05-21 21:32:41 +02:00
parent 6af3db5455
commit 41774cbeb7
No known key found for this signature in database
GPG Key ID: 231A83AFDA9C2434
1 changed files with 0 additions and 1 deletions

View File

@ -43,7 +43,6 @@ var Prompts = (() => {
type: "popup",
width,
height,
focused: false, // initially in the background while sizing
};
if (UA.isMozilla) {
options.allowScriptsToClose = true;