-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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: bind minimap plugin to graph without scroller #4167
Conversation
💖 Thanks for opening this pull request! 💖 Please follow the contributing guidelines. And we use semantic commit messages to streamline the release process. Examples of commit messages with semantic prefixes:
Things that will help get your PR across the finish line:
We get a lot of pull requests on this repo, so please be patient and we will get back to you as soon as we can. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #4167 +/- ##
==========================================
- Coverage 10.37% 10.36% -0.02%
==========================================
Files 180 180
Lines 10542 10563 +21
Branches 2566 2572 +6
==========================================
+ Hits 1094 1095 +1
- Misses 9359 9379 +20
Partials 89 89
Flags with carried forward coverage won't be shown. Click here to find out more. |
Congrats on merging your first pull request! 🎉🎉🎉 |
Description
bind minimap plugin to graph without scroller
Motivation and Context
Types of changes
Self Check before Merge