···182182 `bottom-[calc($1 + ${verticalOffset}px)]`,
183183 );
184184185185- let show = false;
186186- if (showingState === "always") show = true;
187187- else if (showingState === "hover" && props.controlsShowing) show = true;
185185+ // Show button whenever we're in a segment (not only on hover after first 10s)
186186+ const show = showingState === "always" || showingState === "hover";
188187189188 return (
190189 <Transition