You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Store and restore the last selected effect across browser sessions
- Save selected effect ID to localStorage when switching effects
- Check localStorage for saved effect during initialization
- Maintain URL parameter priority over saved preference
- Fall back to first effect if neither URL nor saved effect exists
This allows users to return to their previously selected effect
when reopening the development environment.
0 commit comments