mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-23 23:19:40 +01:00
web: fix pdf exports
This commit is contained in:
committed by
Abdullah Atta
parent
a20a683b17
commit
05cc947cb4
@@ -75,7 +75,7 @@ function sanitize(input: string, replacement: string) {
|
||||
.replace(windowsReservedRe, replacement)
|
||||
.replace(windowsTrailingRe, replacement);
|
||||
|
||||
return sanitized.slice(0, 254).toLowerCase();
|
||||
return sanitized.slice(0, 254);
|
||||
}
|
||||
|
||||
export function sanitizeFilename(
|
||||
|
||||
Reference in New Issue
Block a user