-
-
Notifications
You must be signed in to change notification settings - Fork 714
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: fix permission rangeSelector & insert menu #3757
Conversation
View Deployment
|
Playwright test resultsDetails 17 tests across 8 suites |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## dev #3757 +/- ##
==========================================
- Coverage 31.00% 30.97% -0.03%
==========================================
Files 2280 2281 +1
Lines 118356 118486 +130
Branches 26088 26122 +34
==========================================
+ Hits 36693 36703 +10
- Misses 81663 81783 +120 ☔ View full report in Codecov by Sentry. |
@@ -344,16 +346,17 @@ export const SheetPermissionPanelDetail = ({ fromSheetBar }: { fromSheetBar: boo | |||
<FormLayout className={styles.sheetPermissionPanelTitle} label={localeService.t('permission.panel.protectedRange')}> | |||
{RangeSelector && ( | |||
<RangeSelector | |||
key={rangeStr} |
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.
这是干啥- - ?
close https://github.com/dream-num/univer-pro/issues/2874
Pull Request Checklist