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:
-
Create a new file with two simple frames (e.g. Home + Next).
-
Add a rectangle on the Home frame and give it an interaction:
On tap β Navigate to Next. -
Run the prototype.
-
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.
