-
#53
6f3c26a
Thanks @jungpaeng! - fix: Enhance Overlay State Management and Prevent Duplicate EntriesThis change enhances the overlay state management to ensure overlays maintain the correct state when closed and reopened, and prevents duplicate overlay entries. It addresses issues with the overlay's
current
state not updating correctly in certain scenarios.Related Issue: Fixes # 46
-
#58
b35ac6f
Thanks @jungpaeng! - fix: state reset issue on overlay reopenThis change fixes an issue where overlays did not retain their state when reopened without unmounting, even though they were not removed from the DOM. The overlayReducer has been updated to maintain the state of overlays between close and open cycles, addressing an unintended state reset.
Related Issue: Fixes #57
-
#50
5d7e84d
Thanks @jungpaeng! - Fix: Ensure 'current' reflects the last overlay when closing intermediate overlays- Resolve issue where 'current' does not update to the last overlay when closing an intermediate overlay
- Add logic to correctly update 'current' in reducer
- #48
2aaa5ea
Thanks @jungpaeng! - fix: Change current value when closing overlay