mirror of
https://github.com/OpenSignLabs/OpenSign.git
synced 2026-09-07 10:17:39 +02:00
fix: checkbox position issue
This commit is contained in:
@@ -1290,7 +1290,7 @@ export const multiSignEmbed = async (
|
||||
}
|
||||
checkbox.addToPage(page, {
|
||||
x: xPos(position),
|
||||
y: yPosition - 2,
|
||||
y: yPosition - 3,
|
||||
width: height,
|
||||
height: height
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user