window_manager icon indicating copy to clipboard operation
window_manager copied to clipboard

windowManager.show() vs .focus()

Open corepuncher opened this issue 11 months ago • 0 comments

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?

corepuncher avatar Mar 29 '25 01:03 corepuncher