-
-
Notifications
You must be signed in to change notification settings - Fork 727
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: selection expand with shift #4166
Conversation
View Deployment
|
Playwright test resultsDetails
|
b1918ba
to
27b812b
Compare
27b812b
to
c96e249
Compare
https://github.com/dream-num/univer-pro/issues/3537 问题1、 预期表现:无法调整选区 |
https://github.com/dream-num/univer-pro/issues/3537 Question 1. Expected performance: Unable to adjust selection |
https://github.com/dream-num/univer-pro/issues/3537 Expected performance: can be adjusted normally |
https://github.com/dream-num/univer-pro/issues/3537 问题2、引用行列使用shift+方向键 excel表现: |
https://github.com/dream-num/univer-pro/issues/3537 Question 2. Use shift+arrow keys to reference rows and columns. actual performance excel performance: When referencing a row, use the up and down keys to adjust the selection. Only row numbers are displayed and column titles are not displayed. |
https://github.com/dream-num/univer-pro/issues/3524 Note: After referencing the selection in Table 1, the format is =I21:J25,K27:M32. The comma after the second selection is switched to Table 2 and added, otherwise it cannot be reproduced.
Expected performance: The selection lines in Table 1 are displayed normally. |
b6cf673
to
9c2ef31
Compare
packages/sheets/src/services/selections/selection-data-model.ts
Outdated
Show resolved
Hide resolved
9c2ef31
to
3d58267
Compare
abcedf0
to
0f9a662
Compare
fix: move range should add SelectionMoveType.move_end fix: move range should add SelectionMoveType.MOVE_END
fix: rename
e6e4ff6
to
0a3ff06
Compare
a6ff2fa
to
a9e8961
Compare
a9e8961
to
58c59a9
Compare
close https://github.com/dream-num/univer-pro/issues/3537
close https://github.com/dream-num/univer-pro/issues/3524
close https://github.com/dream-num/univer-pro/issues/3576
Pull Request Checklist