This commit is contained in:
Vanessa 2023-02-23 13:26:34 +08:00
parent c538c0a9e3
commit 52e1cc7957
7 changed files with 12 additions and 12 deletions

View file

@ -509,7 +509,7 @@ export const resizeTabs = () => {
});
});
pdfResize();
hideAllElements(["gutter"])
hideAllElements(["gutter"]);
}, 200);
};