-
Notifications
You must be signed in to change notification settings - Fork 48
fix: initializing current overlay after close all overlays #119
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: initializing current overlay after close all overlays #119
Conversation
🦋 Changeset detectedLatest commit: bdb6b39 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #119 +/- ##
==========================================
+ Coverage 96.71% 96.72% +0.01%
==========================================
Files 12 12
Lines 274 275 +1
Branches 67 67
==========================================
+ Hits 265 266 +1
Misses 7 7
Partials 2 2
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Thanks!
Description
Related Issue: Fixes N/A
Changes
current=null
after close all overlays.Motivation and Context
current overlay
even afteroverlay.closeAll();
is called.How Has This Been Tested?
overlay.closeAll()
is called.Screenshots (if appropriate):
Types of changes
Checklist
Further Comments