mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-23 18:10:12 +01:00
🚨
This commit is contained in:
parent
cff61fbaf8
commit
407c859a1e
1 changed files with 1 additions and 1 deletions
|
|
@ -122,7 +122,7 @@ export class Inbox extends Model {
|
||||||
${(Lute.New()).MarkdownStr("", response.data.shorthandContent)}
|
${(Lute.New()).MarkdownStr("", response.data.shorthandContent)}
|
||||||
</div>`;
|
</div>`;
|
||||||
detailsElement.scrollTop = 0;
|
detailsElement.scrollTop = 0;
|
||||||
})
|
});
|
||||||
break;
|
break;
|
||||||
case "delete":
|
case "delete":
|
||||||
confirmDialog(window.siyuan.languages.deleteOpConfirm, window.siyuan.languages.confirmDelete + "?", () => {
|
confirmDialog(window.siyuan.languages.deleteOpConfirm, window.siyuan.languages.confirmDelete + "?", () => {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue