This commit is contained in:
Hugo 2025-04-01 01:04:53 +01:00 committed by GitHub
commit 8c74873ed7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -770,6 +770,10 @@ static struct cmd_results *cmd_move_in_direction(
ipc_event_window(container, "move");
}
// Re-focus re-parented container.
seat_set_raw_focus(config->handler_context.seat, &new_ws->node);
seat_set_focus_container(config->handler_context.seat, container);
container_end_mouse_operation(container);
return cmd_results_new(CMD_SUCCESS, NULL);