Skip to content

windowManager.show() vs .focus() #539

Open
@corepuncher

Description

@corepuncher

I see this a lot:

    await windowManager.show();
    await windowManager.focus();

If you mouse over .show, it says:

Shows and gives focus to the window.

If that is true, why also call windowManager.focus() right after that?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions