[PR #871] [MERGED] docs: minor updates to documentation. #4405

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/871
Author: @LucasXu0
Created: 8/18/2022
Status: Merged
Merged: 8/18/2022
Merged by: @LucasXu0

Base: mainHead: documentation/flowy_editor


📝 Commits (2)

  • 28d9b8e docs: minor updates to documentation.
  • 45a120f fix: selection is wrong after pressing arrow left / right

📊 Changes

15 files changed (+191 additions, -80 deletions)

View changed files

📝 frontend/app_flowy/packages/appflowy_editor/CHANGELOG.md (+4 -0)
📝 frontend/app_flowy/packages/appflowy_editor/README.md (+4 -0)
📝 frontend/app_flowy/packages/appflowy_editor/documentation/images/example.png (+0 -0)
📝 frontend/app_flowy/packages/appflowy_editor/example/lib/main.dart (+35 -35)
📝 frontend/app_flowy/packages/appflowy_editor/lib/src/infra/flowy_svg.dart (+16 -12)
📝 frontend/app_flowy/packages/appflowy_editor/lib/src/render/rich_text/bulleted_list_text.dart (+3 -2)
📝 frontend/app_flowy/packages/appflowy_editor/lib/src/render/rich_text/checkbox_text.dart (+3 -2)
📝 frontend/app_flowy/packages/appflowy_editor/lib/src/render/rich_text/number_list_text.dart (+3 -2)
📝 frontend/app_flowy/packages/appflowy_editor/lib/src/render/rich_text/quoted_text.dart (+22 -20)
📝 frontend/app_flowy/packages/appflowy_editor/lib/src/render/selection/toolbar_widget.dart (+1 -1)
📝 frontend/app_flowy/packages/appflowy_editor/lib/src/service/internal_key_event_handlers/arrow_keys_handler.dart (+6 -3)
📝 frontend/app_flowy/packages/appflowy_editor/lib/src/service/internal_key_event_handlers/slash_handler.dart (+2 -1)
📝 frontend/app_flowy/packages/appflowy_editor/pubspec.yaml (+2 -2)
📝 frontend/app_flowy/packages/appflowy_editor/test/infra/test_raw_key_event.dart (+6 -0)
frontend/app_flowy/packages/appflowy_editor/test/service/internal_key_event_handlers/arrow_keys_handler_test.dart (+84 -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/871 **Author:** [@LucasXu0](https://github.com/LucasXu0) **Created:** 8/18/2022 **Status:** ✅ Merged **Merged:** 8/18/2022 **Merged by:** [@LucasXu0](https://github.com/LucasXu0) **Base:** `main` ← **Head:** `documentation/flowy_editor` --- ### 📝 Commits (2) - [`28d9b8e`](https://github.com/AppFlowy-IO/AppFlowy/commit/28d9b8ee3a3a069d647245571ba939f3d129d91a) docs: minor updates to documentation. - [`45a120f`](https://github.com/AppFlowy-IO/AppFlowy/commit/45a120fe88493702118587fc19ce3b99bb2c3a24) fix: selection is wrong after pressing arrow left / right ### 📊 Changes **15 files changed** (+191 additions, -80 deletions) <details> <summary>View changed files</summary> 📝 `frontend/app_flowy/packages/appflowy_editor/CHANGELOG.md` (+4 -0) 📝 `frontend/app_flowy/packages/appflowy_editor/README.md` (+4 -0) 📝 `frontend/app_flowy/packages/appflowy_editor/documentation/images/example.png` (+0 -0) 📝 `frontend/app_flowy/packages/appflowy_editor/example/lib/main.dart` (+35 -35) 📝 `frontend/app_flowy/packages/appflowy_editor/lib/src/infra/flowy_svg.dart` (+16 -12) 📝 `frontend/app_flowy/packages/appflowy_editor/lib/src/render/rich_text/bulleted_list_text.dart` (+3 -2) 📝 `frontend/app_flowy/packages/appflowy_editor/lib/src/render/rich_text/checkbox_text.dart` (+3 -2) 📝 `frontend/app_flowy/packages/appflowy_editor/lib/src/render/rich_text/number_list_text.dart` (+3 -2) 📝 `frontend/app_flowy/packages/appflowy_editor/lib/src/render/rich_text/quoted_text.dart` (+22 -20) 📝 `frontend/app_flowy/packages/appflowy_editor/lib/src/render/selection/toolbar_widget.dart` (+1 -1) 📝 `frontend/app_flowy/packages/appflowy_editor/lib/src/service/internal_key_event_handlers/arrow_keys_handler.dart` (+6 -3) 📝 `frontend/app_flowy/packages/appflowy_editor/lib/src/service/internal_key_event_handlers/slash_handler.dart` (+2 -1) 📝 `frontend/app_flowy/packages/appflowy_editor/pubspec.yaml` (+2 -2) 📝 `frontend/app_flowy/packages/appflowy_editor/test/infra/test_raw_key_event.dart` (+6 -0) ➕ `frontend/app_flowy/packages/appflowy_editor/test/service/internal_key_event_handlers/arrow_keys_handler_test.dart` (+84 -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 21:37:40 +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#4405
No description provided.