[PR #1550] [MERGED] fix: Clipboard does not work in Windows #1406 #4813

Closed
opened 2026-03-23 22:15:56 +00:00 by mirror · 0 comments
Owner

📋 Pull Request Information

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

Base: mainHead: fix_windows_copy_paste


📝 Commits (3)

📊 Changes

4 files changed (+72 additions, -14 deletions)

View changed files

frontend/app_flowy/packages/appflowy_editor/lib/src/infra/clipboard.dart (+54 -0)
📝 frontend/app_flowy/packages/appflowy_editor/lib/src/render/image/image_node_builder.dart (+2 -2)
📝 frontend/app_flowy/packages/appflowy_editor/lib/src/render/toolbar/toolbar_item.dart (+2 -2)
📝 frontend/app_flowy/packages/appflowy_editor/lib/src/service/internal_key_event_handlers/copy_paste_handler.dart (+14 -10)

📄 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/1550 **Author:** [@LucasXu0](https://github.com/LucasXu0) **Created:** 12/8/2022 **Status:** ✅ Merged **Merged:** 12/8/2022 **Merged by:** [@LucasXu0](https://github.com/LucasXu0) **Base:** `main` ← **Head:** `fix_windows_copy_paste` --- ### 📝 Commits (3) - [`12b549b`](https://github.com/AppFlowy-IO/AppFlowy/commit/12b549bad2a11ba35eefc8583de6aaf7b4844117) fix: Clipboard does not work in Windows #1406 - [`1de5b27`](https://github.com/AppFlowy-IO/AppFlowy/commit/1de5b274c3317ecaa75c5a31dcddb557f2f9ade5) chore: fix flutter analyze - [`4db5b7a`](https://github.com/AppFlowy-IO/AppFlowy/commit/4db5b7a544b328244b30351e5e3956140ce61005) chore: typo ### 📊 Changes **4 files changed** (+72 additions, -14 deletions) <details> <summary>View changed files</summary> ➕ `frontend/app_flowy/packages/appflowy_editor/lib/src/infra/clipboard.dart` (+54 -0) 📝 `frontend/app_flowy/packages/appflowy_editor/lib/src/render/image/image_node_builder.dart` (+2 -2) 📝 `frontend/app_flowy/packages/appflowy_editor/lib/src/render/toolbar/toolbar_item.dart` (+2 -2) 📝 `frontend/app_flowy/packages/appflowy_editor/lib/src/service/internal_key_event_handlers/copy_paste_handler.dart` (+14 -10) </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 22:15:56 +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#4813
No description provided.