refactor(create): update comment
All checks were successful
Open PR on Staging / audit_and_check (pull_request) Successful in 38s

This commit is contained in:
enes 2024-11-29 12:45:37 +01:00
parent 902ad73faf
commit 6193c20ac3

View File

@ -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) =>
!(