Viewers
Viewers copied to clipboard
fix: add autoFocus proeprty to TextInput control
@swederik, @dannyrb
This PR addresses #2493, where annotation tool dialog text input doesn't get autofocus when the dialog is shown.
The fix adds autoFocus
attribute to the TextInput
component, which then gets passed down to the input element.
Codecov Report
Merging #2494 (024e55a) into master (1e72684) will decrease coverage by
0.05%
. The diff coverage is0.00%
.
@@ Coverage Diff @@
## master #2494 +/- ##
==========================================
- Coverage 13.20% 13.14% -0.06%
==========================================
Files 289 289
Lines 7816 7849 +33
Branches 1510 1512 +2
==========================================
Hits 1032 1032
- Misses 5474 5505 +31
- Partials 1310 1312 +2
Impacted Files | Coverage Δ | |
---|---|---|
platform/core/src/classes/StudyPrefetcher.js | 0.69% <0.00%> (-0.03%) |
:arrow_down: |
...latform/core/src/classes/metadata/StudyMetadata.js | 1.29% <0.00%> (-0.02%) |
:arrow_down: |
.../src/studies/services/wado/studyInstanceHelpers.js | 2.04% <0.00%> (-0.19%) |
:arrow_down: |
...form/core/src/utils/isDisplaySetReconstructable.js | 3.37% <0.00%> (ø) |
|
...r/src/connectedComponents/ConnectedStudyBrowser.js | 0.00% <0.00%> (ø) |
|
platform/viewer/src/connectedComponents/Viewer.js | 0.00% <0.00%> (ø) |
|
...tform/viewer/src/connectedComponents/ViewerMain.js | 0.00% <0.00%> (ø) |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 79548d2...024e55a. Read the comment docs.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.