mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-22 17:40:13 +01:00
This commit is contained in:
parent
1ff0bdfe1f
commit
6fc4243769
6 changed files with 6 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue