-
Notifications
You must be signed in to change notification settings - Fork 109
Further TextDirection improvements #7513
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
Conversation
No need to iterate over all nodes of the document each time. Upstream PR: amirhhashemi/tiptap-text-direction#23 Signed-off-by: Jonas <[email protected]>
The upstream Tiptap Keymap extension that we don't use (anymore) also provides this. It allows to undo the automatic changes from input rules directly after they got applied by hitting <Backspace>. Unfortunately this doesn't work for nodes that get changed by the TextDirection extension due to a bug, but there's still plenty of input rules where it works, so let's bring it in. Signed-off-by: Jonas <[email protected]>
max-nextcloud
left a comment
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.
Nice. Thanks for including some samples in the tests
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #7513 +/- ##
=======================================
Coverage 59.74% 59.74%
=======================================
Files 496 496
Lines 37990 38016 +26
Branches 1120 1120
=======================================
+ Hits 22698 22714 +16
- Misses 15185 15195 +10
Partials 107 107 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Fixes styling for details and callouts with RTL script. Signed-off-by: Jonas <[email protected]>
b996b4e to
3b81a75
Compare
|
/backport to stable31 |
📝 Summary
appendTransaction🖼️ Screenshots
🏁 Checklist
npm run lint/npm run stylelint/composer run cs:check)