mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-04 03:40:15 +01:00
Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
commit
3ff44adf59
21 changed files with 189 additions and 58 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