From 8321344cbd1c256799f4b6ed3716d6b0e76aed5f Mon Sep 17 00:00:00 2001 From: EthanHealy01 Date: Sun, 21 Sep 2025 23:56:36 +0100 Subject: [PATCH] linter --- frontend/src/components/tools/addStamp/StampPreviewUtils.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/components/tools/addStamp/StampPreviewUtils.ts b/frontend/src/components/tools/addStamp/StampPreviewUtils.ts index 9197af318..5fffdedea 100644 --- a/frontend/src/components/tools/addStamp/StampPreviewUtils.ts +++ b/frontend/src/components/tools/addStamp/StampPreviewUtils.ts @@ -173,6 +173,7 @@ export function computeStampPreviewStyle( yPx += offsetRem * rootFontSizePx; } catch (e) { // no-op + console.error(e); } } const widthPx = widthPtsContent * scaleX;