[PR #6289] [MERGED] fix: provider issue in row document #7297

Closed
opened 2026-03-23 23:18:59 +00:00 by mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/6289
Author: @Xazin
Created: 9/13/2024
Status: Merged
Merged: 9/15/2024
Merged by: @Xazin

Base: mainHead: fix/file-block-row-document


📝 Commits (3)

  • b5e9d55 fix: provider issue in row document
  • c8ea61d chore: merge branch 'upstream/main' into fix/file-block-row-document
  • f46e7dd fix: use bloc consumer

📊 Changes

3 files changed (+59 additions, -42 deletions)

View changed files

📝 frontend/appflowy_flutter/integration_test/shared/database_test_op.dart (+1 -1)
📝 frontend/appflowy_flutter/lib/plugins/database/widgets/row/row_document.dart (+55 -39)
📝 frontend/appflowy_flutter/lib/plugins/document/presentation/editor_page.dart (+3 -2)

📄 Description

Closes: #6042

Missing EditorDropManager caused file block to break Row Detail Document due to this being required to wrap the AppFlowyEditorPage on Desktop. An oversight on my part originally.

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/6289 **Author:** [@Xazin](https://github.com/Xazin) **Created:** 9/13/2024 **Status:** ✅ Merged **Merged:** 9/15/2024 **Merged by:** [@Xazin](https://github.com/Xazin) **Base:** `main` ← **Head:** `fix/file-block-row-document` --- ### 📝 Commits (3) - [`b5e9d55`](https://github.com/AppFlowy-IO/AppFlowy/commit/b5e9d5596a1161da30df6df61e290bc3eb9e5a87) fix: provider issue in row document - [`c8ea61d`](https://github.com/AppFlowy-IO/AppFlowy/commit/c8ea61d6db2fb40e82aa930f855edf3c2efe82be) chore: merge branch 'upstream/main' into fix/file-block-row-document - [`f46e7dd`](https://github.com/AppFlowy-IO/AppFlowy/commit/f46e7dd737782fb83d7a76e643f260c2887ea7ae) fix: use bloc consumer ### 📊 Changes **3 files changed** (+59 additions, -42 deletions) <details> <summary>View changed files</summary> 📝 `frontend/appflowy_flutter/integration_test/shared/database_test_op.dart` (+1 -1) 📝 `frontend/appflowy_flutter/lib/plugins/database/widgets/row/row_document.dart` (+55 -39) 📝 `frontend/appflowy_flutter/lib/plugins/document/presentation/editor_page.dart` (+3 -2) </details> ### 📄 Description Closes: #6042 Missing EditorDropManager caused file block to break Row Detail Document due to this being required to wrap the AppFlowyEditorPage on Desktop. An oversight on my part originally. #### 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. - [ ] I've added a test(s) to validate changes in this PR, or this PR only contains semantic changes. - [ ] 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:18:59 +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#7297
No description provided.