mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-19 16:10:12 +01:00
This commit is contained in:
parent
5d8a899d7e
commit
6eaaf77a41
1 changed files with 0 additions and 3 deletions
|
|
@ -169,8 +169,6 @@ export const setDefRefCount = (data: {
|
||||||
"refCount": number,
|
"refCount": number,
|
||||||
"rootRefCount": number,
|
"rootRefCount": number,
|
||||||
"rootID": string
|
"rootID": string
|
||||||
refIDs: string[]
|
|
||||||
rootRefIDs: string[]
|
|
||||||
}) => {
|
}) => {
|
||||||
getAllEditor().forEach(editor => {
|
getAllEditor().forEach(editor => {
|
||||||
if (editor.protyle.block.rootID === data.rootID && editor.protyle.title) {
|
if (editor.protyle.block.rootID === data.rootID && editor.protyle.title) {
|
||||||
|
|
@ -181,7 +179,6 @@ export const setDefRefCount = (data: {
|
||||||
countElement.remove();
|
countElement.remove();
|
||||||
} else {
|
} else {
|
||||||
countElement.textContent = data.rootRefCount.toString();
|
countElement.textContent = data.rootRefCount.toString();
|
||||||
countElement.setAttribute("data-id", JSON.stringify(data.rootRefIDs));
|
|
||||||
}
|
}
|
||||||
} else if (data.rootRefCount > 0) {
|
} else if (data.rootRefCount > 0) {
|
||||||
attrElement.insertAdjacentHTML("beforeend", `<div class="protyle-attr--refcount popover__block">${data.rootRefCount}</div>`);
|
attrElement.insertAdjacentHTML("beforeend", `<div class="protyle-attr--refcount popover__block">${data.rootRefCount}</div>`);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue