[PR #6464] [MERGED] fix: do not bring back purposeful null selection #7402

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/6464
Author: @Xazin
Created: 10/3/2024
Status: Merged
Merged: 10/3/2024
Merged by: @Xazin

Base: mainHead: fix/resume-selection-null


📝 Commits (3)

  • 4e0ac8f fix: do not bring back purposeful null selection
  • c279119 test: add more tests
  • 282c8bf fix: redundant import

📊 Changes

3 files changed (+63 additions, -10 deletions)

View changed files

📝 frontend/appflowy_flutter/integration_test/desktop/document/document_app_lifecycle_test.dart (+40 -0)
📝 frontend/appflowy_flutter/integration_test/shared/document_test_operations.dart (+4 -3)
📝 frontend/appflowy_flutter/lib/plugins/document/presentation/editor_page.dart (+19 -7)

📄 Description

Closes: #6462

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/6464 **Author:** [@Xazin](https://github.com/Xazin) **Created:** 10/3/2024 **Status:** ✅ Merged **Merged:** 10/3/2024 **Merged by:** [@Xazin](https://github.com/Xazin) **Base:** `main` ← **Head:** `fix/resume-selection-null` --- ### 📝 Commits (3) - [`4e0ac8f`](https://github.com/AppFlowy-IO/AppFlowy/commit/4e0ac8fcad592028d23ada3166f86a4834bfb04f) fix: do not bring back purposeful null selection - [`c279119`](https://github.com/AppFlowy-IO/AppFlowy/commit/c279119a2eedb6365f18ef20e77f71727c384220) test: add more tests - [`282c8bf`](https://github.com/AppFlowy-IO/AppFlowy/commit/282c8bfcb3022628e47db96ce499b6bd7c1bc3b2) fix: redundant import ### 📊 Changes **3 files changed** (+63 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `frontend/appflowy_flutter/integration_test/desktop/document/document_app_lifecycle_test.dart` (+40 -0) 📝 `frontend/appflowy_flutter/integration_test/shared/document_test_operations.dart` (+4 -3) 📝 `frontend/appflowy_flutter/lib/plugins/document/presentation/editor_page.dart` (+19 -7) </details> ### 📄 Description Closes: #6462 #### 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:19:27 +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#7402
No description provided.