Skip to main content

I’ve discovered a reproducible prototype bug where any layer with an β€œOn tap” interaction briefly flashes or shows its pressed state even when clicking anywhere else on the same frame.

How to reproduce:

  1. Create a new file with two simple frames (e.g. Home + Next).

  2. Add a rectangle on the Home frame and give it an interaction: On tap β†’ Navigate to Next.

  3. Run the prototype.

  4. Tap anywhere except the button β€” the button still flashes as if pressed.

Expected: Button should only show its pressed/active state when tapped directly.
Actual: The button reacts visually on any click within the frame, even on empty space.

Tested in both browser and desktop apps (latest versions, Nov 2025) β€” same behaviour, so this appears to be a global bug rather than a file-specific issue.

Be the first to reply!