This commit is contained in:
Vanessa 2025-03-27 23:26:42 +08:00
parent c86d401911
commit 356a29eb72
4 changed files with 4 additions and 4 deletions

View file

@ -330,7 +330,7 @@ export class Files extends Model {
});
this.element.querySelectorAll('[data-type="addLocal"]').forEach(item => {
item.remove();
})
});
}
}
if (type === "more-file") {

View file

@ -225,7 +225,7 @@ export class MobileFiles extends Model {
});
this.element.querySelectorAll('[data-type="addLocal"]').forEach(item => {
item.remove();
})
});
}
}
if (type === "more-file") {

View file

@ -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";

View file

@ -73,4 +73,4 @@ export const setLocalShorthandCount = () => {
<svg><use xlink:href="#iconRiffCard"></use></svg>
</span>`);
});
}
};