-
Notifications
You must be signed in to change notification settings - Fork 292
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: rich text editor [WPB-12089] #18520
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## dev #18520 +/- ##
==========================================
- Coverage 46.18% 46.14% -0.05%
==========================================
Files 861 865 +4
Lines 26593 26654 +61
Branches 6022 6033 +11
==========================================
+ Hits 12283 12299 +16
- Misses 12770 12815 +45
Partials 1540 1540 |
Quality Gate passedIssues Measures |
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.
LGTM!
Description
Features:
Fixes:
Other
What's missing:
currently, those two produce the same output, because we're adding a new paragraph every time someone presses Shift + Tab (it's because we can't use only Enter because it sends a message)
and
Checklist