This commit is contained in:
Vanessa 2022-10-22 23:52:34 +08:00
parent cff61fbaf8
commit 407c859a1e

View file

@ -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 + "?", () => {