-
Notifications
You must be signed in to change notification settings - Fork 45
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
front: fix stdcm add via scroll #10324
Conversation
front/src/applications/stdcm/components/StdcmForm/StdcmVias.tsx
Outdated
Show resolved
Hide resolved
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 regardless, feel free to resolve!
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## dev #10324 +/- ##
==========================================
- Coverage 81.63% 81.62% -0.02%
==========================================
Files 1063 1063
Lines 105426 105432 +6
Branches 722 722
==========================================
- Hits 86060 86054 -6
- Misses 19325 19337 +12
Partials 41 41
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
- Focus the CI input of the new added via - Reset the state giving the via index to scroll to after the action to enable the animation even when the user adds 2 vias in a row at the same index Signed-off-by: SharglutDev <p.filimon75@gmail.com>
c5d6dd3
to
5e8e88c
Compare
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 and tested
close #9713 (see last comment in the issue)