🎨 Desktop export PDF supports no pagination https://ld246.com/article/1764933918963 (#16537)

This commit is contained in:
Jeffrey Chen 2025-12-26 10:54:17 +08:00 committed by GitHub
parent cfd25e85b6
commit cef8ca8cf7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
18 changed files with 117 additions and 35 deletions

View file

@ -440,7 +440,8 @@ export const getLocalStorage = (cb: () => void) => {
removeAssets: true,
keepFold: false,
mergeSubdocs: false,
watermark: false
watermark: false,
paged: true
};
defaultStorage[Constants.LOCAL_EXPORTIMG] = {
keepFold: false,