hi, I made an overlay that contains a component with two states: Start and Enabled.
Interacting with the overlay in Start state moves it to Enabled state.
In the Enabled state, component has a Close button.
On the Close button, I added actions
- close overlay
- set component back back to Start state
When I run the prototype, the second action never gets executed. The component remains in the Enabled state when the overlay is opened again.
If I switch the order of the actions, the component returns to Start state but the overlay does not close.
Only the first action is being executed.
For now, I’m trying to find a workaround but this is very annoying and it’s cost enough time that it’s compromising a tight deadline. Figma, please fix.
