mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-23 10:00:13 +01:00
This commit is contained in:
parent
d1b90e16ca
commit
d1abd1c115
1 changed files with 1 additions and 1 deletions
|
|
@ -295,7 +295,7 @@ ${(Lute.New()).MarkdownStr("", data.shorthandContent)}
|
||||||
<input class="fn__flex-center" type="checkbox"${this.selectIds.includes(item.oId) ? " checked" : ""}>
|
<input class="fn__flex-center" type="checkbox"${this.selectIds.includes(item.oId) ? " checked" : ""}>
|
||||||
<span class="fn__space"></span>
|
<span class="fn__space"></span>
|
||||||
</label>
|
</label>
|
||||||
<span class="b3-list-item__text">${item.shorthandTitle}</span>
|
<span class="b3-list-item__text" title="${item.shorthandTitle}${item.shorthandTitle === item.shorthandDesc ? "" : "\n" + item.shorthandDesc}">${item.shorthandTitle}</span>
|
||||||
<span class="b3-list-item__meta">${item.hCreated}</span>
|
<span class="b3-list-item__meta">${item.hCreated}</span>
|
||||||
</li>`;
|
</li>`;
|
||||||
this.data[item.oId] = item;
|
this.data[item.oId] = item;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue