Merge remote-tracking branch 'origin/dev' into dev

This commit is contained in:
Vanessa 2024-12-05 11:09:20 +08:00
commit 3ff44adf59
21 changed files with 189 additions and 58 deletions

View file

@ -298,7 +298,7 @@ export const avContextmenu = (protyle: IProtyle, rowElement: HTMLElement, positi
});
const copyMenu: IMenu[] = [{
iconHTML: "",
label: window.siyuan.languages.keyContent,
label: window.siyuan.languages.copyKeyContent,
click() {
let text = "";
rowElements.forEach((item, i) => {