()
| 4568 | * Particularly noticable with multi-monitor setups. |
| 4569 | */ |
| 4570 | export function setAllWorkspacesInactive() { |
| 4571 | spaces.forEach(s => s.setSelectionInactive()); |
| 4572 | } |
| 4573 | |
| 4574 | /** |
| 4575 | * Returns the default focus mode (can be user-defined). |
no test coverage detected