[PR #831] [MERGED] Doc: transaction and deltas #4373

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

📋 Pull Request Information

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

Base: mainHead: doc/transaction-and-deltas


📝 Commits (4)

  • f2c6247 feat(doc): transaction and deltas
  • f0ed154 feat(doc): document's state
  • 76a317a refactor: remove delted nodes
  • 7d6f872 feat(doc): EditorState

📊 Changes

6 files changed (+81 additions, -29 deletions)

View changed files

📝 frontend/app_flowy/packages/flowy_editor/lib/src/document/text_delta.dart (+35 -1)
📝 frontend/app_flowy/packages/flowy_editor/lib/src/editor_state.dart (+22 -4)
📝 frontend/app_flowy/packages/flowy_editor/lib/src/operation/transaction_builder.dart (+18 -1)
📝 frontend/app_flowy/packages/flowy_editor/lib/src/service/internal_key_event_handlers/default_key_event_handlers.dart (+0 -2)
frontend/app_flowy/packages/flowy_editor/lib/src/service/internal_key_event_handlers/delete_nodes_handler.dart (+0 -21)
📝 frontend/app_flowy/packages/flowy_editor/lib/src/undo_manager.dart (+6 -0)

📄 Description

Implement: https://github.com/AppFlowy-IO/AppFlowy/issues/794


🔄 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/831 **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:** `doc/transaction-and-deltas` --- ### 📝 Commits (4) - [`f2c6247`](https://github.com/AppFlowy-IO/AppFlowy/commit/f2c624778e6050b396a2be8e04e61be591ed2d6e) feat(doc): transaction and deltas - [`f0ed154`](https://github.com/AppFlowy-IO/AppFlowy/commit/f0ed15440a887390fe18cc1e7d68cc3a03ee4cbd) feat(doc): document's state - [`76a317a`](https://github.com/AppFlowy-IO/AppFlowy/commit/76a317a9fb6797f2cbc48717e093350262d72be5) refactor: remove delted nodes - [`7d6f872`](https://github.com/AppFlowy-IO/AppFlowy/commit/7d6f872fed7ae2c941d6023693d5e3867791251b) feat(doc): EditorState ### 📊 Changes **6 files changed** (+81 additions, -29 deletions) <details> <summary>View changed files</summary> 📝 `frontend/app_flowy/packages/flowy_editor/lib/src/document/text_delta.dart` (+35 -1) 📝 `frontend/app_flowy/packages/flowy_editor/lib/src/editor_state.dart` (+22 -4) 📝 `frontend/app_flowy/packages/flowy_editor/lib/src/operation/transaction_builder.dart` (+18 -1) 📝 `frontend/app_flowy/packages/flowy_editor/lib/src/service/internal_key_event_handlers/default_key_event_handlers.dart` (+0 -2) ➖ `frontend/app_flowy/packages/flowy_editor/lib/src/service/internal_key_event_handlers/delete_nodes_handler.dart` (+0 -21) 📝 `frontend/app_flowy/packages/flowy_editor/lib/src/undo_manager.dart` (+6 -0) </details> ### 📄 Description Implement: https://github.com/AppFlowy-IO/AppFlowy/issues/794 --- <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:31 +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#4373
No description provided.