Merge branch 'main' into logo

This commit is contained in:
Lucas Smith
2023-06-17 11:55:54 +10:00
committed by GitHub
49 changed files with 1116 additions and 456 deletions

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