chore: cleanup

This commit is contained in:
Ephraim Atta-Duncan
2025-10-30 00:33:59 +00:00
parent 29be66a844
commit 00e33c5331
2 changed files with 6 additions and 50 deletions

View File

@ -80,12 +80,6 @@ const EnvelopeEditorFieldsPageRenderer = lazy(
* });
* // Result: height expanded to ~2.7% (30px), centered on original position
*/
/**
* Enforces minimum field dimensions with centered expansion.
*
* If a field is smaller than the minimum width or height, it will be expanded
* to meet the minimum requirements while staying centered on its original position.
*/
const enforceMinimumFieldDimensions = (params: {
positionX: number;
positionY: number;