mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-22 17:40:13 +01:00
🚨
This commit is contained in:
parent
c86d401911
commit
356a29eb72
4 changed files with 4 additions and 4 deletions
|
|
@ -62,7 +62,7 @@ export const exportImage = (id: string) => {
|
|||
});
|
||||
btnsElement[1].addEventListener("click", () => {
|
||||
const msgId = showMessage(window.siyuan.languages.exporting, 0);
|
||||
const containerElement = exportDialog.element.querySelector(".b3-dialog__container") as HTMLElement
|
||||
const containerElement = exportDialog.element.querySelector(".b3-dialog__container") as HTMLElement;
|
||||
containerElement.style.height = "";
|
||||
/// #if MOBILE
|
||||
containerElement.style.width = "100vw";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue