Merge pull request #191 from eltociear/patch-1

Fix typo in pdf-editor.tsx
This commit is contained in:
Lucas Smith
2023-06-06 19:01:31 +10:00
committed by GitHub

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);
}