mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-11 11:18:50 +01:00
This commit is contained in:
parent
18de05348d
commit
d96598d983
1 changed files with 2 additions and 2 deletions
|
|
@ -323,7 +323,7 @@ export class WYSIWYG {
|
|||
});
|
||||
itemHTML = response.data.dom;
|
||||
} else {
|
||||
itemHTML = removeEmbed(item);
|
||||
itemHTML = removeZWJ(removeEmbed(item));
|
||||
}
|
||||
if (item.getAttribute("data-type") === "NodeListItem") {
|
||||
if (!listHTML) {
|
||||
|
|
@ -1881,7 +1881,7 @@ export class WYSIWYG {
|
|||
});
|
||||
itemHTML = response.data.dom;
|
||||
} else {
|
||||
itemHTML = removeEmbed(item);
|
||||
itemHTML = removeZWJ(removeEmbed(item));
|
||||
}
|
||||
if (item.getAttribute("data-type") === "NodeListItem") {
|
||||
if (!listHTML) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue