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;