[PR #838] [MERGED] Feat: deep clone nodes #4376

Closed
opened 2026-03-23 21:37:32 +00:00 by mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/838
Author: @vincentdchan
Created: 8/12/2022
Status: Merged
Merged: 8/12/2022
Merged by: @vincentdchan

Base: mainHead: feat/deep-copy-nodes


📝 Commits (3)

📊 Changes

5 files changed (+58 additions, -20 deletions)

View changed files

📝 frontend/app_flowy/packages/flowy_editor/lib/src/document/node.dart (+28 -0)
📝 frontend/app_flowy/packages/flowy_editor/lib/src/document/text_delta.dart (+2 -1)
📝 frontend/app_flowy/packages/flowy_editor/lib/src/operation/transaction_builder.dart (+5 -2)
📝 frontend/app_flowy/packages/flowy_editor/lib/src/service/internal_key_event_handlers/copy_paste_handler.dart (+22 -16)
📝 frontend/app_flowy/packages/flowy_editor/lib/src/service/internal_key_event_handlers/enter_without_shift_in_text_node_handler.dart (+1 -1)

📄 Description

No description provided


🔄 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/838 **Author:** [@vincentdchan](https://github.com/vincentdchan) **Created:** 8/12/2022 **Status:** ✅ Merged **Merged:** 8/12/2022 **Merged by:** [@vincentdchan](https://github.com/vincentdchan) **Base:** `main` ← **Head:** `feat/deep-copy-nodes` --- ### 📝 Commits (3) - [`0424c14`](https://github.com/AppFlowy-IO/AppFlowy/commit/0424c14c7d99fa9128ca08f3319d9c8b396374ca) feat: deep clone nodes - [`ba05aa1`](https://github.com/AppFlowy-IO/AppFlowy/commit/ba05aa137ecb9ef514f240cfb3d511957d02b08f) feat: filter the empty delta - [`d822e1e`](https://github.com/AppFlowy-IO/AppFlowy/commit/d822e1e2ca15d58181638fd816ed9d79331f09bd) fix: paste nodes ### 📊 Changes **5 files changed** (+58 additions, -20 deletions) <details> <summary>View changed files</summary> 📝 `frontend/app_flowy/packages/flowy_editor/lib/src/document/node.dart` (+28 -0) 📝 `frontend/app_flowy/packages/flowy_editor/lib/src/document/text_delta.dart` (+2 -1) 📝 `frontend/app_flowy/packages/flowy_editor/lib/src/operation/transaction_builder.dart` (+5 -2) 📝 `frontend/app_flowy/packages/flowy_editor/lib/src/service/internal_key_event_handlers/copy_paste_handler.dart` (+22 -16) 📝 `frontend/app_flowy/packages/flowy_editor/lib/src/service/internal_key_event_handlers/enter_without_shift_in_text_node_handler.dart` (+1 -1) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 21:37:32 +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#4376
No description provided.