Skip to content
Snippets Groups Projects
Commit fc864147 authored by Alex ORLUC's avatar Alex ORLUC
Browse files

Merge branch 'FEAT/17143/develop' into 'develop'

FEAT #17143 TIME 0:30 Positioning the signature pre-positioning square at the…

See merge request maarch/MaarchParapheur!66
parents cd451f18 fa22eac8
No related branches found
No related tags found
No related merge requests found
......@@ -118,12 +118,12 @@ export class SignaturePositionComponent implements OnInit {
sequence: this.currentUser,
page: this.currentPage,
position: {
positionX: 0,
positionY: 0
positionX: 80,
positionY: 100
}
}
);
document.getElementsByClassName('drag-scroll-content')[0].scrollTop = 0;
document.getElementsByClassName('drag-scroll-content')[0].scrollTop = this.workingAreaHeight;
}
getUserSignPosPage(workflowIndex: number) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment