Fix typo in pdf-editor.tsx

postion -> position
This commit is contained in:
Ikko Eltociear Ashimine
2023-06-03 21:58:14 +09:00
committed by GitHub
parent 11c1b6841f
commit a1bb360b6f

View File

@ -30,7 +30,7 @@ export default function PDFEditor(props: any) {
movedField.positionY = position.y.toFixed(0);
createOrUpdateField(props.document, movedField);
// no instant redraw neccessary, postion information for saving or later rerender is enough
// no instant redraw neccessary, position information for saving or later rerender is enough
// setFields(newFields);
}