[PR #2480] Support rectangular selection box #13664

Closed
opened 2026-03-24 21:47:11 +00:00 by mirror · 0 comments
Owner

Original Pull Request: https://github.com/AppFlowy-IO/AppFlowy/pull/2480

State: closed
Merged: Yes


This branch is based on https://github.com/AppFlowy-IO/AppFlowy/pull/2464

Feature Preview

  • Support block rect caching and updating under virtual scrolling
  • Support rectangular selection
  • Optimize performance: strip the selection data to decouple it from the update of document data
  • Remove slate-yjs
  • Update eslint rule @typescript-eslint/no-unused-vars, support argsIgnorePattern: '^_
image image

PR Checklist

  • My code adheres to the AppFlowy Style Guide
  • I've listed at least one issue that this PR fixes in the description above.
  • I've added a test(s) to validate changes in this PR, or this PR only contains semantic changes.
  • All existing tests are passing.
**Original Pull Request:** https://github.com/AppFlowy-IO/AppFlowy/pull/2480 **State:** closed **Merged:** Yes --- <!--- Thank you for submitting a pull request to AppFlowy. The team will dedicate their best efforts to reviewing and approving your pull request. If you have any questions about the project or feedback for us, please join our [Discord](https://discord.gg/wdjWUXXhtw). --> This branch is based on https://github.com/AppFlowy-IO/AppFlowy/pull/2464 <!--- If your pull request adds a new feature, please drag and drop a video into this section to showcase what you've done! If not, you may delete this section. --> ### Feature Preview - [x] Support block rect caching and updating under virtual scrolling - [x] Support rectangular selection - [x] Optimize performance: strip the selection data to decouple it from the update of document data - [x] Remove slate-yjs - [x] Update eslint rule `@typescript-eslint/no-unused-vars`, support `argsIgnorePattern: '^_` <img width="532" alt="image" src="https://user-images.githubusercontent.com/108015703/237038442-66a51462-4a75-4607-ae6d-2d54b56d072c.png"> <img width="586" alt="image" src="https://user-images.githubusercontent.com/108015703/237038487-763fab37-027e-4647-8cdf-b2ba3b6afce8.png"> <!--- List at least one issue here that this PR addresses. If it fixes the issue, please use the [fixes](https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests) keyword to close the issue. For example: fixes https://github.com/AppFlowy-IO/AppFlowy/pull/2106 --> --- <!--- Before you mark this PR ready for review, run through this checklist! --> #### PR Checklist - [ ] My code adheres to the [AppFlowy Style Guide](https://appflowy.gitbook.io/docs/essential-documentation/contribute-to-appflowy/software-contributions/submitting-code/style-guides) - [ ] I've listed at least one issue that this PR fixes in the description above. - [ ] I've added a test(s) to validate changes in this PR, or this PR only contains semantic changes. - [ ] All existing tests are passing.
mirror 2026-03-24 21:47:11 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
AppFlowy-IO/AppFlowy#13664
No description provided.