-
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
fix: Problem with the position of the floating operation bar #146
Conversation
Closes #138 |
closes #139 |
@LucasXu0 html converter is not converting the document as expected
|
Html Sample Code for Text
|
Most of the things done just check delta already contains that text
|
@LucasXu0 is their a way to check delta certain index text is equal to element text? |
I added a new class to handle the html convert. would you mind helping me to optimize it? |
you can slice the delta. |
The implementation of the HTML parser is currently very rough, and I don't have time to add more test cases for it at the moment. |
Codecov Report
@@ Coverage Diff @@
## main #146 +/- ##
==========================================
- Coverage 60.14% 57.70% -2.44%
==========================================
Files 208 211 +3
Lines 9343 9526 +183
==========================================
- Hits 5619 5497 -122
- Misses 3724 4029 +305
|
yeh i will help you |
Closes #142