This PR fixes a bug where the side panel couldn't be closed after the execution of a workflow with a form. After the execution of the workflow, `goBackFromCommandMenu` is called to show the workflow run. The hotkey scope wasn't reset properly, and the click outside listener from the side panel is only triggered when the scope is `CommandMenuFocused`. This PR sets the hotkey scope to `CommandMenuFocused` when going back or when navigating inside the command menu history. Note: (we don't use `setHotkeyScopeAndMemorizePreviousScope` here because we don't need to memorize the active hotkey scope of the page we are leaving) Before: https://github.com/user-attachments/assets/09edf97b-7520-46ce-ade3-6bb6b15ef435 After: https://github.com/user-attachments/assets/16c288cb-1d42-4099-8925-74a673f7a479