mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-21 17:10:12 +01:00
This commit is contained in:
parent
47c6e8ad11
commit
174f5a87b6
2 changed files with 2 additions and 2 deletions
|
|
@ -140,7 +140,7 @@ export class Files extends Model {
|
||||||
<svg class="b3-list-item__arrow"><use xlink:href="#iconRight"></use></svg>
|
<svg class="b3-list-item__arrow"><use xlink:href="#iconRight"></use></svg>
|
||||||
</span>
|
</span>
|
||||||
<span class="b3-list-item__text">${window.siyuan.languages.closeNotebook}</span>
|
<span class="b3-list-item__text">${window.siyuan.languages.closeNotebook}</span>
|
||||||
<span class="counter fn__none" style="cursor: auto"></span>
|
<span class="counter" style="cursor: auto"></span>
|
||||||
</li>
|
</li>
|
||||||
<ul class="fn__none fn__flex-1"></ul>
|
<ul class="fn__none fn__flex-1"></ul>
|
||||||
</ul>`;
|
</ul>`;
|
||||||
|
|
|
||||||
|
|
@ -103,7 +103,7 @@ export class MobileFiles extends Model {
|
||||||
<svg class="b3-list-item__arrow"><use xlink:href="#iconRight"></use></svg>
|
<svg class="b3-list-item__arrow"><use xlink:href="#iconRight"></use></svg>
|
||||||
</span>
|
</span>
|
||||||
<span class="b3-list-item__text">${window.siyuan.languages.closeNotebook}</span>
|
<span class="b3-list-item__text">${window.siyuan.languages.closeNotebook}</span>
|
||||||
<span class="counter fn__none" style="cursor: auto"></span>
|
<span class="counter" style="cursor: auto"></span>
|
||||||
</li>
|
</li>
|
||||||
<ul class="fn__none fn__flex-1"></ul>
|
<ul class="fn__none fn__flex-1"></ul>
|
||||||
</ul>`;
|
</ul>`;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue