diff --git a/src/components/DrawPDFFields/index.tsx b/src/components/DrawPDFFields/index.tsx index 687b7e3..b9fd162 100644 --- a/src/components/DrawPDFFields/index.tsx +++ b/src/components/DrawPDFFields/index.tsx @@ -157,7 +157,7 @@ export const DrawPDFFields = (props: Props) => { const handlePointerUp = () => { sigitFiles.forEach((s) => { s.pages?.forEach((p) => { - // Remove small rects (accidentaly created) + // Remove drawn fields below the MINIMUM_RECT_SIZE threshhold p.drawnFields = p.drawnFields.filter( (f) => !(