Skip to content

Commit 9b53b0e

Browse files
regression: pdf export not word wrapping (RocketChat#39873)
1 parent 2e9e99e commit 9b53b0e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

apps/meteor/client/views/room/contextualBar/ExportMessages/useExportMessagesAsPDFMutation.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ export const useExportMessagesAsPDFMutation = () => {
7878
fonts: [{ src: absoluteUrl(font.fontSrc) }],
7979
});
8080
}
81-
Font.registerHyphenationCallback((word) => [word]);
8281
}, []);
8382

8483
return useMutation({

0 commit comments

Comments
 (0)