📝 Improve text (#13370)

This commit is contained in:
Jeffrey Chen 2024-12-05 10:03:15 +08:00 committed by GitHub
parent 2a9290d0b6
commit 4b3f95e4bf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 12 additions and 12 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) => {