[PR #825] [MERGED] Fix: undo attributes #4369

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

📋 Pull Request Information

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

Base: mainHead: fix/undo-attributes


📝 Commits (1)

📊 Changes

7 files changed (+47 additions, -40 deletions)

View changed files

📝 frontend/app_flowy/packages/flowy_editor/lib/src/document/attributes.dart (+8 -8)
📝 frontend/app_flowy/packages/flowy_editor/lib/src/document/node.dart (+14 -19)
📝 frontend/app_flowy/packages/flowy_editor/lib/src/document/state_tree.dart (+4 -5)
📝 frontend/app_flowy/packages/flowy_editor/lib/src/document/text_delta.dart (+2 -2)
📝 frontend/app_flowy/packages/flowy_editor/lib/src/operation/transaction_builder.dart (+4 -2)
📝 frontend/app_flowy/packages/flowy_editor/test/delta_test.dart (+13 -1)
📝 frontend/app_flowy/packages/flowy_editor/test/flowy_editor_test.dart (+2 -3)

📄 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/825 **Author:** [@vincentdchan](https://github.com/vincentdchan) **Created:** 8/11/2022 **Status:** ✅ Merged **Merged:** 8/11/2022 **Merged by:** [@vincentdchan](https://github.com/vincentdchan) **Base:** `main` ← **Head:** `fix/undo-attributes` --- ### 📝 Commits (1) - [`4565025`](https://github.com/AppFlowy-IO/AppFlowy/commit/456502586bc31a99f512f14eb8e6e657cf2dcde2) fix: undo attributest ### 📊 Changes **7 files changed** (+47 additions, -40 deletions) <details> <summary>View changed files</summary> 📝 `frontend/app_flowy/packages/flowy_editor/lib/src/document/attributes.dart` (+8 -8) 📝 `frontend/app_flowy/packages/flowy_editor/lib/src/document/node.dart` (+14 -19) 📝 `frontend/app_flowy/packages/flowy_editor/lib/src/document/state_tree.dart` (+4 -5) 📝 `frontend/app_flowy/packages/flowy_editor/lib/src/document/text_delta.dart` (+2 -2) 📝 `frontend/app_flowy/packages/flowy_editor/lib/src/operation/transaction_builder.dart` (+4 -2) 📝 `frontend/app_flowy/packages/flowy_editor/test/delta_test.dart` (+13 -1) 📝 `frontend/app_flowy/packages/flowy_editor/test/flowy_editor_test.dart` (+2 -3) </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:30 +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#4369
No description provided.