window_manager
window_manager copied to clipboard
windowManager.show() vs .focus()
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?