[PR #725] [MERGED] Feat: operation transform #4297

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/725
Author: @vincentdchan
Created: 7/27/2022
Status: Merged
Merged: 7/27/2022
Merged by: @vincentdchan

Base: feat/flowy_editorHead: feat/operation-transform


📝 Commits (2)

  • c72fead feat: operation transforming
  • 033410a feat: transform operation in transaction builder

📊 Changes

4 files changed (+165 additions, -12 deletions)

View changed files

📝 frontend/app_flowy/packages/flowy_editor/lib/document/node.dart (+5 -1)
📝 frontend/app_flowy/packages/flowy_editor/lib/operation/operation.dart (+75 -11)
📝 frontend/app_flowy/packages/flowy_editor/lib/operation/transaction_builder.dart (+3 -0)
frontend/app_flowy/packages/flowy_editor/test/operation_test.dart (+82 -0)

📄 Description

This PS is implementing operation transforming for TransactionBuilder to avoid index error in index/delete operations.

  • Fix issue of the parent of Node

🔄 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/725 **Author:** [@vincentdchan](https://github.com/vincentdchan) **Created:** 7/27/2022 **Status:** ✅ Merged **Merged:** 7/27/2022 **Merged by:** [@vincentdchan](https://github.com/vincentdchan) **Base:** `feat/flowy_editor` ← **Head:** `feat/operation-transform` --- ### 📝 Commits (2) - [`c72fead`](https://github.com/AppFlowy-IO/AppFlowy/commit/c72fead19ca9f93bcbe0f58df32805715d35d41e) feat: operation transforming - [`033410a`](https://github.com/AppFlowy-IO/AppFlowy/commit/033410aacd23dd8dd5bc896f722858e46de27ca4) feat: transform operation in transaction builder ### 📊 Changes **4 files changed** (+165 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `frontend/app_flowy/packages/flowy_editor/lib/document/node.dart` (+5 -1) 📝 `frontend/app_flowy/packages/flowy_editor/lib/operation/operation.dart` (+75 -11) 📝 `frontend/app_flowy/packages/flowy_editor/lib/operation/transaction_builder.dart` (+3 -0) ➕ `frontend/app_flowy/packages/flowy_editor/test/operation_test.dart` (+82 -0) </details> ### 📄 Description This PS is implementing operation transforming for `TransactionBuilder` to avoid index error in index/delete operations. - Fix issue of the parent of Node --- <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: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#4297
No description provided.