()
| 443 | } |
| 444 | |
| 445 | private clearOverlayFocusRestore(): void { |
| 446 | this.overlayFocusRestore = { status: "inactive" }; |
| 447 | } |
| 448 | |
| 449 | private clearOverlayFocusRestoreFor(overlay: OverlayStackEntry): void { |
| 450 | if (this.overlayFocusRestore.status !== "inactive" && this.overlayFocusRestore.overlay === overlay) { |
no outgoing calls
no test coverage detected