[PR #727] [MERGED] Feat/handle arrow keys #4298

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/727
Author: @vincentdchan
Created: 7/27/2022
Status: Merged
Merged: 7/28/2022
Merged by: @vincentdchan

Base: feat/flowy_editorHead: feat/handle-arrow-keys


📝 Commits (7)

  • e74f5e8 feat: handle arrow keys
  • 53b982e feat: arrow up and down
  • 3e2883a Merge branch 'feat/flowy_editor' into feat/handle-arrow-keys
  • 0ba7c53 feat: remove unused imports
  • 883740d fix: assets of document
  • 1d3e5a9 feat: handle shift keys
  • b91c5d9 refactor: add hitTest method for selection service

📊 Changes

9 files changed (+238 additions, -25 deletions)

View changed files

📝 frontend/app_flowy/packages/flowy_editor/example/lib/plugin/image_node_widget.dart (+5 -0)
📝 frontend/app_flowy/packages/flowy_editor/example/lib/plugin/selected_text_node_widget.dart (+5 -0)
📝 frontend/app_flowy/packages/flowy_editor/lib/editor_state.dart (+17 -2)
📝 frontend/app_flowy/packages/flowy_editor/lib/render/rich_text/flowy_rich_text.dart (+4 -0)
📝 frontend/app_flowy/packages/flowy_editor/lib/render/selection/cursor_widget.dart (+19 -6)
📝 frontend/app_flowy/packages/flowy_editor/lib/render/selection/selectable.dart (+2 -0)
📝 frontend/app_flowy/packages/flowy_editor/lib/service/internal_key_event_handlers/arrow_keys_handler.dart (+133 -4)
📝 frontend/app_flowy/packages/flowy_editor/lib/service/selection_service.dart (+52 -12)
📝 frontend/app_flowy/packages/flowy_editor/pubspec.yaml (+1 -1)

📄 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/727 **Author:** [@vincentdchan](https://github.com/vincentdchan) **Created:** 7/27/2022 **Status:** ✅ Merged **Merged:** 7/28/2022 **Merged by:** [@vincentdchan](https://github.com/vincentdchan) **Base:** `feat/flowy_editor` ← **Head:** `feat/handle-arrow-keys` --- ### 📝 Commits (7) - [`e74f5e8`](https://github.com/AppFlowy-IO/AppFlowy/commit/e74f5e84dc0db1293f4a478988a16e589798d0a1) feat: handle arrow keys - [`53b982e`](https://github.com/AppFlowy-IO/AppFlowy/commit/53b982e7c9b50a26612e80d7ab44c444cc465277) feat: arrow up and down - [`3e2883a`](https://github.com/AppFlowy-IO/AppFlowy/commit/3e2883aa3b6854b0c3cc72da152db743aabbaa02) Merge branch 'feat/flowy_editor' into feat/handle-arrow-keys - [`0ba7c53`](https://github.com/AppFlowy-IO/AppFlowy/commit/0ba7c53dad5dd1eafd7258b840a2dc33ad2fab3d) feat: remove unused imports - [`883740d`](https://github.com/AppFlowy-IO/AppFlowy/commit/883740d79a458a80a5431a4b9866bbf8fbc1b35d) fix: assets of document - [`1d3e5a9`](https://github.com/AppFlowy-IO/AppFlowy/commit/1d3e5a9e8b52a396a50c9ba96284416b728d0fb7) feat: handle shift keys - [`b91c5d9`](https://github.com/AppFlowy-IO/AppFlowy/commit/b91c5d9c7b3e50b33d212723a53dbddd7ca6a51d) refactor: add hitTest method for selection service ### 📊 Changes **9 files changed** (+238 additions, -25 deletions) <details> <summary>View changed files</summary> 📝 `frontend/app_flowy/packages/flowy_editor/example/lib/plugin/image_node_widget.dart` (+5 -0) 📝 `frontend/app_flowy/packages/flowy_editor/example/lib/plugin/selected_text_node_widget.dart` (+5 -0) 📝 `frontend/app_flowy/packages/flowy_editor/lib/editor_state.dart` (+17 -2) 📝 `frontend/app_flowy/packages/flowy_editor/lib/render/rich_text/flowy_rich_text.dart` (+4 -0) 📝 `frontend/app_flowy/packages/flowy_editor/lib/render/selection/cursor_widget.dart` (+19 -6) 📝 `frontend/app_flowy/packages/flowy_editor/lib/render/selection/selectable.dart` (+2 -0) 📝 `frontend/app_flowy/packages/flowy_editor/lib/service/internal_key_event_handlers/arrow_keys_handler.dart` (+133 -4) 📝 `frontend/app_flowy/packages/flowy_editor/lib/service/selection_service.dart` (+52 -12) 📝 `frontend/app_flowy/packages/flowy_editor/pubspec.yaml` (+1 -1) </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:11 +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#4298
No description provided.