Describe the bug
The Flowchart and Flowchart Vertical previews keep the blue outline around "Start with Python" after the cursor clicks away to deselect it.
Link to reproduction
Steps to reproduce
- Open either Flowchart catalog page.
- Play the preview.
- Wait for the cursor to select and correct "Pythom."
- Watch the cursor click away before the thumbs-up appears.
Expected behavior
The blue selection outline disappears when the cursor clicks away.
Actual behavior
The outline remains visible until the entire composition fades out.
Environment
Hosted HyperFrames Catalog and current main at 91db93aa3.
Additional context
Both blocks create the selection border during a timeline callback. GSAP resolves the later fade target while constructing the timeline, before that element exists, so the deselection tween has no target.
Describe the bug
The Flowchart and Flowchart Vertical previews keep the blue outline around "Start with Python" after the cursor clicks away to deselect it.
Link to reproduction
Steps to reproduce
Expected behavior
The blue selection outline disappears when the cursor clicks away.
Actual behavior
The outline remains visible until the entire composition fades out.
Environment
Hosted HyperFrames Catalog and current
mainat91db93aa3.Additional context
Both blocks create the selection border during a timeline callback. GSAP resolves the later fade target while constructing the timeline, before that element exists, so the deselection tween has no target.