`:
+ ```html
+ {
+ e.stopPropagation();
+ void this.favCtrl.toggleFavorite(track.FilePath);
+ }}
+ >
+
+
+ ```
+
+ **Important:** The click handler MUST call `e.stopPropagation()` to prevent the track-row click handler from also firing when toggling favorites.
+