New release #275
@ -157,7 +157,7 @@ export const DrawPDFFields = (props: Props) => {
|
|||||||
const handlePointerUp = () => {
|
const handlePointerUp = () => {
|
||||||
sigitFiles.forEach((s) => {
|
sigitFiles.forEach((s) => {
|
||||||
s.pages?.forEach((p) => {
|
s.pages?.forEach((p) => {
|
||||||
// Remove small rects (accidentaly created)
|
// Remove drawn fields below the MINIMUM_RECT_SIZE threshhold
|
||||||
p.drawnFields = p.drawnFields.filter(
|
p.drawnFields = p.drawnFields.filter(
|
||||||
(f) =>
|
(f) =>
|
||||||
!(
|
!(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user