From 2fe56c066afbe53a9cb450ed67019298ba487ab6 Mon Sep 17 00:00:00 2001 From: Jeffrey Chen <78434827+TCOTC@users.noreply.github.com> Date: Thu, 19 Sep 2024 19:04:10 +0800 Subject: [PATCH] copyText --- app/src/protyle/gutter/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/app/src/protyle/gutter/index.ts b/app/src/protyle/gutter/index.ts index 468ab0979..3e6ae68d7 100644 --- a/app/src/protyle/gutter/index.ts +++ b/app/src/protyle/gutter/index.ts @@ -2106,6 +2106,7 @@ export class Gutter { return false; } return { + id: "copyText", iconHTML: "", accelerator: window.siyuan.config.keymap.editor.general.copyText.custom, label: window.siyuan.languages.copyText,