This commit is contained in:
Vanessa 2023-05-18 10:25:12 +08:00
parent 1f36828025
commit 8f37869b51

View file

@ -181,7 +181,7 @@ export class Inbox extends Model {
<span data-type="back" class="toolbar__text fn__flex-1">${data.shorthandTitle}</span> <span data-type="back" class="toolbar__text fn__flex-1">${data.shorthandTitle}</span>
${linkHTML} ${linkHTML}
</div> </div>
<div class="b3-typography b3-typography--default" style="padding: 0 8px 8px"> <div class="b3-typography b3-typography--default" style="padding: 0 8px 8px;user-select: text">
${(Lute.New()).MarkdownStr("", data.shorthandContent)} ${(Lute.New()).MarkdownStr("", data.shorthandContent)}
</div>`; </div>`;
/// #else /// #else