fix: stop liker strip clicks from triggering track playback (#1305)
The strip lives inside the TrackItem play button. Clicking +N or ×
was bubbling up to the outer button's onclick, starting playback
before the expand/collapse could land. Stop click+keydown
propagation at the LikersStrip root so all interaction inside the
strip (avatar navigation, +N expand, × collapse) stays contained.
Co-authored-by: Claude Opus 4 (1M context) <noreply@anthropic.com>
authored by