()
| 138 | return s.activeOverlays.size > 0; |
| 139 | } |
| 140 | export function useIsModalOverlayActive() { |
| 141 | return useAppState(_temp3); |
| 142 | } |
| 143 | function _temp3(s) { |
| 144 | for (const id of s.activeOverlays) { |
| 145 | if (!NON_MODAL_OVERLAYS.has(id)) { |
no test coverage detected