[PR #4196] [MERGED] fix: renamed duplicate shortcut commands #6122

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/4196
Author: @AnsahMohammad
Created: 12/22/2023
Status: Merged
Merged: 12/24/2023
Merged by: @LucasXu0

Base: mainHead: duplicate_shortcut


📝 Commits (1)

  • 02cf031 fix: renamed duplicate shortcut commands

📊 Changes

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

View changed files

📝 frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/copy_and_paste/custom_copy_command.dart (+1 -1)
📝 frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/copy_and_paste/custom_cut_command.dart (+1 -1)
📝 frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/copy_and_paste/custom_paste_command.dart (+1 -1)

📄 Description

Feature Preview

renamed the duplicated
Copy, Paste, and Cut commands

image
image
image

this PR closes #4193


PR Checklist

  • My code adheres to AppFlowy's Conventions
  • I've listed at least one issue that this PR fixes in the description above.
  • I've added a test(s) to validate changes in this PR, or this PR only contains semantic changes.
  • All existing tests are passing.

🔄 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/4196 **Author:** [@AnsahMohammad](https://github.com/AnsahMohammad) **Created:** 12/22/2023 **Status:** ✅ Merged **Merged:** 12/24/2023 **Merged by:** [@LucasXu0](https://github.com/LucasXu0) **Base:** `main` ← **Head:** `duplicate_shortcut` --- ### 📝 Commits (1) - [`02cf031`](https://github.com/AppFlowy-IO/AppFlowy/commit/02cf0317fb7deef5a21c9c67c6bdaf330b3b7333) fix: renamed duplicate shortcut commands ### 📊 Changes **3 files changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/copy_and_paste/custom_copy_command.dart` (+1 -1) 📝 `frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/copy_and_paste/custom_cut_command.dart` (+1 -1) 📝 `frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/copy_and_paste/custom_paste_command.dart` (+1 -1) </details> ### 📄 Description ### Feature Preview renamed the duplicated Copy, Paste, and Cut commands ![image](https://github.com/AppFlowy-IO/AppFlowy/assets/85027826/e3424aa7-d1e4-4c9c-9d66-91804bd990b4) ![image](https://github.com/AppFlowy-IO/AppFlowy/assets/85027826/496872d5-6e9c-4dad-b773-fd4234722e9c) ![image](https://github.com/AppFlowy-IO/AppFlowy/assets/85027826/bf9182a1-29cf-4599-b44a-4618c1613fe8) this PR closes #4193 <!--- List at least one issue here that this PR addresses. If it fixes the issue, please use the [fixes](https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests) keyword to close the issue. For example: fixes https://github.com/AppFlowy-IO/AppFlowy/pull/2106 --> --- <!--- Before you mark this PR ready for review, run through this checklist! --> #### PR Checklist - [x] My code adheres to [AppFlowy's Conventions](https://docs.appflowy.io/docs/documentation/software-contributions/conventions) - [x] I've listed at least one issue that this PR fixes in the description above. - [ ] I've added a test(s) to validate changes in this PR, or this PR only contains semantic changes. - [ ] All existing tests are passing. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 22:21:48 +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#6122
No description provided.