diff --git a/app/src/protyle/gutter/index.ts b/app/src/protyle/gutter/index.ts index b3c6d9ee8..f97b4d478 100644 --- a/app/src/protyle/gutter/index.ts +++ b/app/src/protyle/gutter/index.ts @@ -755,6 +755,7 @@ export class Gutter { }); }); copyPlainText(html.trimEnd()); + focusBlock(selectsElement[0]); } }, { label: window.siyuan.languages.duplicate, @@ -1227,6 +1228,7 @@ export class Gutter { text += item.textContent + "\n"; }); copyPlainText(text.trimEnd()); + focusBlock(nodeElement); } }, { label: window.siyuan.languages.duplicate,