mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-15 05:08:51 +01:00
📝 →
This commit is contained in:
parent
70e6a3182d
commit
e25c9070e2
2 changed files with 2 additions and 2 deletions
|
|
@ -41,7 +41,7 @@ export const avClick = (protyle: IProtyle, event: MouseEvent & { target: HTMLEle
|
|||
if (copyElement) {
|
||||
const textElement = copyElement.previousElementSibling
|
||||
if (textElement.querySelector(".av__cellicon")) {
|
||||
writeText(`${textElement.firstChild.textContent} ➡️ ${textElement.lastChild.textContent}`);
|
||||
writeText(`${textElement.firstChild.textContent} → ${textElement.lastChild.textContent}`);
|
||||
} else {
|
||||
writeText(textElement.textContent);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue