[PR #732] [MERGED] Feat/double tap on text #4300

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

📋 Pull Request Information

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

Base: feat/flowy_editorHead: feat/double-tap-on-text


📝 Commits (1)

📊 Changes

3 files changed (+125 additions, -22 deletions)

View changed files

📝 frontend/app_flowy/packages/flowy_editor/lib/render/rich_text/flowy_rich_text.dart (+10 -0)
📝 frontend/app_flowy/packages/flowy_editor/lib/render/selection/selectable.dart (+4 -0)
📝 frontend/app_flowy/packages/flowy_editor/lib/service/selection_service.dart (+111 -22)

📄 Description

This PR is implemnting double tap action on text.


🔄 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/732 **Author:** [@vincentdchan](https://github.com/vincentdchan) **Created:** 7/28/2022 **Status:** ✅ Merged **Merged:** 7/29/2022 **Merged by:** [@LucasXu0](https://github.com/LucasXu0) **Base:** `feat/flowy_editor` ← **Head:** `feat/double-tap-on-text` --- ### 📝 Commits (1) - [`2a09f69`](https://github.com/AppFlowy-IO/AppFlowy/commit/2a09f69bec069cec085db61b99c6c3c04ba0121e) feat: double tap on text ### 📊 Changes **3 files changed** (+125 additions, -22 deletions) <details> <summary>View changed files</summary> 📝 `frontend/app_flowy/packages/flowy_editor/lib/render/rich_text/flowy_rich_text.dart` (+10 -0) 📝 `frontend/app_flowy/packages/flowy_editor/lib/render/selection/selectable.dart` (+4 -0) 📝 `frontend/app_flowy/packages/flowy_editor/lib/service/selection_service.dart` (+111 -22) </details> ### 📄 Description This PR is implemnting double tap action on text. --- <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:12 +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#4300
No description provided.