[PR #5621] [MERGED] fix: paste in list #6920

Closed
opened 2026-03-23 23:17:17 +00:00 by mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/5621
Author: @Xazin
Created: 6/25/2024
Status: Merged
Merged: 6/25/2024
Merged by: @Xazin

Base: mainHead: fix/paste-in-list


📝 Commits (4)

  • ed29718 fix: support pasting in list
  • 050c4e1 test: add simple test
  • bbb905e chore: merge branch 'upstream/main' into fix/paste-in-list
  • 8779ed5 chore: remove debugPrint

📊 Changes

4 files changed (+95 additions, -38 deletions)

View changed files

📝 frontend/appflowy_flutter/integration_test/desktop/document/document_copy_and_paste_test.dart (+68 -27)
📝 frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/copy_and_paste/custom_copy_command.dart (+2 -1)
📝 frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/copy_and_paste/custom_paste_command.dart (+6 -10)
📝 frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/copy_and_paste/editor_state_paste_node_extension.dart (+19 -0)

📄 Description

Closes: #5472

PR Checklist

  • My code adheres to AppFlowy's Conventions
  • 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.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/AppFlowy-IO/AppFlowy/pull/5621 **Author:** [@Xazin](https://github.com/Xazin) **Created:** 6/25/2024 **Status:** ✅ Merged **Merged:** 6/25/2024 **Merged by:** [@Xazin](https://github.com/Xazin) **Base:** `main` ← **Head:** `fix/paste-in-list` --- ### 📝 Commits (4) - [`ed29718`](https://github.com/AppFlowy-IO/AppFlowy/commit/ed29718e7facc833116526d3d2b5887623974a13) fix: support pasting in list - [`050c4e1`](https://github.com/AppFlowy-IO/AppFlowy/commit/050c4e14e1a7dfd93e6b943c53c67a6f3c950c4e) test: add simple test - [`bbb905e`](https://github.com/AppFlowy-IO/AppFlowy/commit/bbb905e278b9586d3bfa9d1b38e5d3c979c80c7d) chore: merge branch 'upstream/main' into fix/paste-in-list - [`8779ed5`](https://github.com/AppFlowy-IO/AppFlowy/commit/8779ed5e534ac0145452c2690dd8544f2e2912ba) chore: remove debugPrint ### 📊 Changes **4 files changed** (+95 additions, -38 deletions) <details> <summary>View changed files</summary> 📝 `frontend/appflowy_flutter/integration_test/desktop/document/document_copy_and_paste_test.dart` (+68 -27) 📝 `frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/copy_and_paste/custom_copy_command.dart` (+2 -1) 📝 `frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/copy_and_paste/custom_paste_command.dart` (+6 -10) 📝 `frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/copy_and_paste/editor_state_paste_node_extension.dart` (+19 -0) </details> ### 📄 Description Closes: #5472 #### PR Checklist - [x] My code adheres to [AppFlowy's Conventions](https://docs.appflowy.io/docs/documentation/software-contributions/conventions) - [x] I've listed at least one issue that this PR fixes in the description above. - [x] I've added a test(s) to validate changes in this PR, or this PR only contains semantic changes. - [x] All existing tests are passing. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 23:17:17 +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#6920
No description provided.