Closed zakk4223 closed 5 months ago
moveWorkspaceToMonitor can potentially mutate the workspaces vector, which is bad since this is called inside a loop using an iterator. Convert to a boring for loop with index.
makes sense. thanks!
moveWorkspaceToMonitor can potentially mutate the workspaces vector, which is bad since this is called inside a loop using an iterator. Convert to a boring for loop with index.