-
Notifications
You must be signed in to change notification settings - Fork 210
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
feat:Optimize Enter operation #673
feat:Optimize Enter operation #673
Conversation
@q200892907 Please update the tests. |
add tests @LucasXu0 |
@q200892907 Actually, what I meant was fixing the existing tests that also failed.
|
@LucasXu0 update test |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #673 +/- ##
==========================================
+ Coverage 76.47% 76.49% +0.02%
==========================================
Files 295 295
Lines 13046 13076 +30
==========================================
+ Hits 9977 10003 +26
- Misses 3069 3073 +4 ☔ View full report in Codecov by Sentry. |
* main: fix: unable to use slide gesture to close keyboard (AppFlowy-IO#676) feat: optimize Enter operation (AppFlowy-IO#673) feat: parse nested numbered list (AppFlowy-IO#674) fix: headingBlockComponentBuilder doesn't use placeholderTextStyle (AppFlowy-IO#677) fix: the magnifier doesn't disappear when the selection is collapsed (AppFlowy-IO#675)
Modify the operation of the Enter key for list type blocks. If it is empty, perform the Shift+Tab operation until it returns to no format.
2024-01-13.10.11.02.mov