From 6193c20ac30e849c0e6f36b18c0f4c529e31bdd0 Mon Sep 17 00:00:00 2001 From: enes Date: Fri, 29 Nov 2024 12:45:37 +0100 Subject: [PATCH] refactor(create): update comment --- src/components/DrawPDFFields/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) => !(