-
-
Notifications
You must be signed in to change notification settings - Fork 10.2k
fix: adjust the position of the search and replace box #8029
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
@halo-dev/api-client
@halo-dev/components
@halo-dev/richtext-editor
@halo-dev/ui-shared
@halo-dev/ui-plugin-bundler-kit
commit: |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #8029 +/- ##
============================================
+ Coverage 59.55% 60.94% +1.38%
- Complexity 3812 3928 +116
============================================
Files 677 689 +12
Lines 23248 23539 +291
Branches 1500 1523 +23
============================================
+ Hits 13846 14345 +499
+ Misses 8764 8470 -294
- Partials 638 724 +86 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
ruibaby
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.
/lgtm
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ruibaby The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
What type of PR is this?
/kind bug
/area editor
/milestone 2.22.x
What this PR does / why we need it:
将编辑器搜索与替换框的位置定位为
editor-main,解决搜索与替换框位置不正确的情况。同时移除了重复添加的
ExtensionParagraph扩展。Which issue(s) this PR fixes:
Fixes #8022
Does this PR introduce a user-facing change?