[PR #1397] [MERGED] feat: implement auto focus #4712

Closed
opened 2026-03-23 22:15:29 +00:00 by mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/1397
Author: @LucasXu0
Created: 10/30/2022
Status: Merged
Merged: 10/30/2022
Merged by: @LucasXu0

Base: mainHead: auto_focus


📝 Commits (1)

  • 6130dfe feat: implement auto focus

📊 Changes

5 files changed (+90 additions, -0 deletions)

View changed files

📝 frontend/app_flowy/lib/plugins/doc/document_page.dart (+1 -0)
📝 frontend/app_flowy/packages/appflowy_editor/example/lib/main.dart (+1 -0)
📝 frontend/app_flowy/packages/appflowy_editor/lib/src/core/document/document.dart (+14 -0)
📝 frontend/app_flowy/packages/appflowy_editor/lib/src/service/editor_service.dart (+13 -0)
📝 frontend/app_flowy/packages/appflowy_editor/test/core/document/document_test.dart (+61 -0)

📄 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/1397 **Author:** [@LucasXu0](https://github.com/LucasXu0) **Created:** 10/30/2022 **Status:** ✅ Merged **Merged:** 10/30/2022 **Merged by:** [@LucasXu0](https://github.com/LucasXu0) **Base:** `main` ← **Head:** `auto_focus` --- ### 📝 Commits (1) - [`6130dfe`](https://github.com/AppFlowy-IO/AppFlowy/commit/6130dfe36a70b93c878083e8beedb7ba0ef4f381) feat: implement auto focus ### 📊 Changes **5 files changed** (+90 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `frontend/app_flowy/lib/plugins/doc/document_page.dart` (+1 -0) 📝 `frontend/app_flowy/packages/appflowy_editor/example/lib/main.dart` (+1 -0) 📝 `frontend/app_flowy/packages/appflowy_editor/lib/src/core/document/document.dart` (+14 -0) 📝 `frontend/app_flowy/packages/appflowy_editor/lib/src/service/editor_service.dart` (+13 -0) 📝 `frontend/app_flowy/packages/appflowy_editor/test/core/document/document_test.dart` (+61 -0) </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 22:15:29 +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#4712
No description provided.