This commit is contained in:
Liang Ding 2022-11-14 11:25:11 +08:00
parent 1ff0bdfe1f
commit 6fc4243769
No known key found for this signature in database
GPG key ID: 136F30F901A2231D
6 changed files with 6 additions and 1 deletions

View file

@ -33,7 +33,7 @@ declare const html2canvas: (element: Element) => Promise<any>;
export const exportImage = (id: string) => {
const exportDialog = new Dialog({
title: window.siyuan.languages.export,
title: window.siyuan.languages.exportAsImage,
content: `<div class="b3-dialog__content" style="max-height: 70vh;overflow: auto">
<div style="padding: 48px;
border: 1px solid var(--b3-border-color);