mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-25 00:14:07 +01:00
This commit is contained in:
parent
7529f6fcfc
commit
081f018167
2 changed files with 3 additions and 3 deletions
|
|
@ -1506,7 +1506,7 @@ export class Gutter {
|
|||
click() {
|
||||
fetchPost("/api/block/getHeadingChildrenDOM", {id}, (response) => {
|
||||
if (isInAndroid()) {
|
||||
window.JSAndroid.writeHTMLClipboard(response.data + Constants.ZWSP);
|
||||
window.JSAndroid.writeHTMLClipboard(protyle.lute.BlockDOM2Md(response.data), response.data + Constants.ZWSP);
|
||||
} else {
|
||||
writeText(response.data + Constants.ZWSP);
|
||||
}
|
||||
|
|
@ -1519,7 +1519,7 @@ export class Gutter {
|
|||
click() {
|
||||
fetchPost("/api/block/getHeadingChildrenDOM", {id}, (response) => {
|
||||
if (isInAndroid()) {
|
||||
window.JSAndroid.writeHTMLClipboard(response.data + Constants.ZWSP);
|
||||
window.JSAndroid.writeHTMLClipboard(protyle.lute.BlockDOM2Md(response.data), response.data + Constants.ZWSP);
|
||||
} else {
|
||||
writeText(response.data + Constants.ZWSP);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue