Skip to content

Conversation

@LIlGG
Copy link
Member

@LIlGG LIlGG commented Dec 15, 2025

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?

解决编辑器搜索与替换框位置不正确的情况

@f2c-ci-robot f2c-ci-robot bot added kind/bug Categorizes issue or PR as related to a bug. release-note Denotes a PR that will be considered when it comes time to generate release notes. area/editor Issues or PRs related to the Editor labels Dec 15, 2025
@f2c-ci-robot f2c-ci-robot bot added this to the 2.22.x milestone Dec 15, 2025
@pkg-pr-new
Copy link

pkg-pr-new bot commented Dec 15, 2025

Open in StackBlitz

@halo-dev/api-client

npm i https://pkg.pr.new/@halo-dev/api-client@8029

@halo-dev/components

npm i https://pkg.pr.new/@halo-dev/components@8029

@halo-dev/richtext-editor

npm i https://pkg.pr.new/@halo-dev/richtext-editor@8029

@halo-dev/ui-shared

npm i https://pkg.pr.new/@halo-dev/ui-shared@8029

@halo-dev/ui-plugin-bundler-kit

npm i https://pkg.pr.new/@halo-dev/ui-plugin-bundler-kit@8029

commit: 5302c76

@codecov
Copy link

codecov bot commented Dec 15, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 60.94%. Comparing base (42c374d) to head (5302c76).
⚠️ Report is 305 commits behind head on main.

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.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Copy link
Member

@ruibaby ruibaby left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

@f2c-ci-robot f2c-ci-robot bot added the lgtm Indicates that a PR is ready to be merged. label Dec 15, 2025
@f2c-ci-robot
Copy link

f2c-ci-robot bot commented Dec 15, 2025

[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

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@f2c-ci-robot f2c-ci-robot bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Dec 15, 2025
@f2c-ci-robot f2c-ci-robot bot merged commit d3e9797 into halo-dev:main Dec 15, 2025
10 checks passed
@sonarqubecloud
Copy link

@JohnNiang JohnNiang modified the milestones: 2.22.x, 2.22.0 Dec 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. area/editor Issues or PRs related to the Editor kind/bug Categorizes issue or PR as related to a bug. lgtm Indicates that a PR is ready to be merged. release-note Denotes a PR that will be considered when it comes time to generate release notes.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

编辑器样式问题

3 participants