Skip to content

Flowchart selection remains active after click-away #3261

Description

@AksharP5

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

  1. Open either Flowchart catalog page.
  2. Play the preview.
  3. Wait for the cursor to select and correct "Pythom."
  4. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions