Pull Request branch dev-clone to main #1

Merged
gitea merged 429 commits from dev-clone into main 2024-12-23 09:31:34 +00:00
Showing only changes of commit cf18942981 - Show all commits

View File

@ -373,6 +373,10 @@ export default function AssessmentResultPage() {
scale: 2,
width: 1510,
height: pdfContainer.scrollHeight,
ignoreElements: (element: { tagName: string; }) => {
// Abaikan elemen <header> dalam pdfContainer
return element.tagName === 'HEADER';
},
},
jsPDF: {
unit: 'pt',