Closed jledentu closed 11 months ago
Attention: 9 lines
in your changes are missing coverage. Please review.
Comparison is base (
fad3f78
) 93.36% compared to head (85ac00c
) 95.96%. Report is 1 commits behind head on 2.x.
Files | Patch % | Lines |
---|---|---|
src/components/FinderList.vue | 47.05% | 9 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
:tada: This PR is included in version 2.2.1 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
When
virtualize="true"
, we force the focus on the last expanded element of the tree after having updated the displayed range on a list.So it can cause bugs where an active element of an app will lose focus if the Finder is updated.
This PR fixes this.