Vanessa 2023-06-04 10:37:04 +08:00
parent 17d8c79057
commit e575ef80e6

View file

@ -92,7 +92,7 @@ export const openDocHistory = (options: {
</div>`;
const dialog = new Dialog({
content: contentHTML,
width: isMobile() ? "100vw" : "1024px",
width: isMobile() ? "100vw" : "90vw",
height: isMobile() ? "100vh" : "80vh",
destroyCallback() {
historyEditor = undefined;