mirror of
https://github.com/siyuan-note/siyuan
synced 2026-04-21 13:37:52 +00:00
This commit is contained in:
parent
4999feb021
commit
1995e6d421
1 changed files with 1 additions and 0 deletions
|
|
@ -27,6 +27,7 @@ export const afterExport = (exportPath: string, msgId: string) => {
|
|||
|
||||
export const exportImage = (id: string) => {
|
||||
const exportDialog = new Dialog({
|
||||
disableAnimation: true,
|
||||
title: window.siyuan.languages.exportAsImage,
|
||||
content: `<div class="b3-dialog__content" style="${isMobile() ? "padding:8px;" : ""};background-color: var(--b3-theme-background)">
|
||||
<div style="${isMobile() ? "margin: 8px 0" : "padding: 48px;margin: 8px 0"}" class="export-img">
|
||||
|
|
|
|||
Loading…
Reference in a new issue