[PR #792] [MERGED] Feat/mouse cursor style #4345

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

📋 Pull Request Information

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

Base: mainHead: feat/mouse_cursor_style


📝 Commits (4)

  • 6dcf3b3 feat: set mouse cursor style to text when hovering on the text node
  • 364a8e6 chore: replace 'checkbox' with StyleKey.checkbox
  • af2f6a0 feat: implement logic that pressing enter key without shift key in text nodes
  • 585c9f8 fix: fix something wrong when deleting the text nodes

📊 Changes

7 files changed (+128 additions, -105 deletions)

View changed files

📝 frontend/app_flowy/packages/flowy_editor/lib/document/node.dart (+1 -1)
📝 frontend/app_flowy/packages/flowy_editor/lib/render/rich_text/checkbox_text.dart (+1 -1)
📝 frontend/app_flowy/packages/flowy_editor/lib/render/rich_text/flowy_rich_text.dart (+11 -6)
📝 frontend/app_flowy/packages/flowy_editor/lib/service/editor_service.dart (+2 -2)
📝 frontend/app_flowy/packages/flowy_editor/lib/service/internal_key_event_handlers/delete_text_handler.dart (+7 -1)
frontend/app_flowy/packages/flowy_editor/lib/service/internal_key_event_handlers/enter_in_edge_of_text_node_handler.dart (+0 -94)
frontend/app_flowy/packages/flowy_editor/lib/service/internal_key_event_handlers/enter_without_shift_in_text_node_handler.dart (+106 -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/792 **Author:** [@LucasXu0](https://github.com/LucasXu0) **Created:** 8/8/2022 **Status:** ✅ Merged **Merged:** 8/9/2022 **Merged by:** [@appflowy](https://github.com/appflowy) **Base:** `main` ← **Head:** `feat/mouse_cursor_style` --- ### 📝 Commits (4) - [`6dcf3b3`](https://github.com/AppFlowy-IO/AppFlowy/commit/6dcf3b3fa747116c890ca708c0837669641a6462) feat: set mouse cursor style to text when hovering on the text node - [`364a8e6`](https://github.com/AppFlowy-IO/AppFlowy/commit/364a8e6ad2daba8784aa463a2d595ab15cb64019) chore: replace 'checkbox' with StyleKey.checkbox - [`af2f6a0`](https://github.com/AppFlowy-IO/AppFlowy/commit/af2f6a03d561b2ea87c1c2cf0cf299403ed5b16c) feat: implement logic that pressing enter key without shift key in text nodes - [`585c9f8`](https://github.com/AppFlowy-IO/AppFlowy/commit/585c9f87535ec5a97865df901827dcecd7b8e8ef) fix: fix something wrong when deleting the text nodes ### 📊 Changes **7 files changed** (+128 additions, -105 deletions) <details> <summary>View changed files</summary> 📝 `frontend/app_flowy/packages/flowy_editor/lib/document/node.dart` (+1 -1) 📝 `frontend/app_flowy/packages/flowy_editor/lib/render/rich_text/checkbox_text.dart` (+1 -1) 📝 `frontend/app_flowy/packages/flowy_editor/lib/render/rich_text/flowy_rich_text.dart` (+11 -6) 📝 `frontend/app_flowy/packages/flowy_editor/lib/service/editor_service.dart` (+2 -2) 📝 `frontend/app_flowy/packages/flowy_editor/lib/service/internal_key_event_handlers/delete_text_handler.dart` (+7 -1) ➖ `frontend/app_flowy/packages/flowy_editor/lib/service/internal_key_event_handlers/enter_in_edge_of_text_node_handler.dart` (+0 -94) ➕ `frontend/app_flowy/packages/flowy_editor/lib/service/internal_key_event_handlers/enter_without_shift_in_text_node_handler.dart` (+106 -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:24 +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#4345
No description provided.