🐛
This commit is contained in:
parent
11174958bc
commit
b17aff5773
1 changed files with 3 additions and 0 deletions
|
@ -195,6 +195,9 @@ export const renderStatusbarCounter = (stat: {
|
|||
imageCount: number,
|
||||
refCount: number
|
||||
}) => {
|
||||
if(!stat) {
|
||||
return;
|
||||
}
|
||||
let html = `<span class="ft__on-surface">${window.siyuan.languages.runeCount}</span> ${stat.runeCount}<span class="fn__space"></span>
|
||||
<span class="ft__on-surface">${window.siyuan.languages.wordCount}</span> ${stat.wordCount}<span class="fn__space"></span>`;
|
||||
if (0 < stat.linkCount) {
|
||||
|
|
Loading…
Add table
Reference in a new issue