mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-13 07:56:14 +01:00
📝 Improve text (#13370)
This commit is contained in:
parent
2a9290d0b6
commit
4b3f95e4bf
12 changed files with 12 additions and 12 deletions
|
|
@ -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) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue