[PR #787] [MERGED] Feat: add default impl for image #12756

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

📋 Pull Request Information

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

Base: mainHead: feat/add-default-impl-for-image


📝 Commits (1)

  • 91c62cb feat: add default impl for image node

📊 Changes

7 files changed (+24 additions, -32 deletions)

View changed files

📝 frontend/app_flowy/packages/flowy_editor/example/lib/plugin/image_node_widget.dart (+4 -14)
📝 frontend/app_flowy/packages/flowy_editor/example/lib/plugin/youtube_link_node_widget.dart (+6 -11)
📝 frontend/app_flowy/packages/flowy_editor/lib/render/rich_text/default_selectable.dart (+2 -2)
📝 frontend/app_flowy/packages/flowy_editor/lib/render/rich_text/flowy_rich_text.dart (+1 -1)
📝 frontend/app_flowy/packages/flowy_editor/lib/render/selection/selectable.dart (+3 -1)
📝 frontend/app_flowy/packages/flowy_editor/lib/service/input_service.dart (+5 -3)
📝 frontend/app_flowy/packages/flowy_editor/lib/service/internal_key_event_handlers/slash_handler.dart (+3 -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/787 **Author:** [@vincentdchan](https://github.com/vincentdchan) **Created:** 8/8/2022 **Status:** ✅ Merged **Merged:** 8/8/2022 **Merged by:** [@appflowy](https://github.com/appflowy) **Base:** `main` ← **Head:** `feat/add-default-impl-for-image` --- ### 📝 Commits (1) - [`91c62cb`](https://github.com/AppFlowy-IO/AppFlowy/commit/91c62cb0aea30b43d8e27d76b29ac51028897ea4) feat: add default impl for image node ### 📊 Changes **7 files changed** (+24 additions, -32 deletions) <details> <summary>View changed files</summary> 📝 `frontend/app_flowy/packages/flowy_editor/example/lib/plugin/image_node_widget.dart` (+4 -14) 📝 `frontend/app_flowy/packages/flowy_editor/example/lib/plugin/youtube_link_node_widget.dart` (+6 -11) 📝 `frontend/app_flowy/packages/flowy_editor/lib/render/rich_text/default_selectable.dart` (+2 -2) 📝 `frontend/app_flowy/packages/flowy_editor/lib/render/rich_text/flowy_rich_text.dart` (+1 -1) 📝 `frontend/app_flowy/packages/flowy_editor/lib/render/selection/selectable.dart` (+3 -1) 📝 `frontend/app_flowy/packages/flowy_editor/lib/service/input_service.dart` (+5 -3) 📝 `frontend/app_flowy/packages/flowy_editor/lib/service/internal_key_event_handlers/slash_handler.dart` (+3 -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-24 21:43:19 +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#12756
No description provided.