Loading
fix(macos): stop the episodes popover from dismissing itself
The popover appeared then vanished immediately. Two timing hazards around its presentation are removed: - The scrubber selection reset no longer runs right after showPopover (mutating a control of the collapsed bar could re-present it); both scrubbers now reset when the popover closes, in returnToLibrary. - The popover is presented after a 250 ms beat, letting the app finish navigating to the podcast page (the synced detail-pane change was churning the responder chain under the fresh popover). Co-Authored-By: Claude (RCA)