mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-20 06:20:11 +00:00
fix: keep image crop min size constant internal
Remove the unused export on image crop minimum size so repository knip checks pass while preserving existing crop behavior.
This commit is contained in:
@@ -20,7 +20,7 @@ type ResizeDirection =
|
||||
const HANDLE_SIZE = 8
|
||||
const CORNER_SIZE = 10
|
||||
/** Minimum crop width/height in source image pixel space. */
|
||||
export const MIN_CROP_SIZE = 16
|
||||
const MIN_CROP_SIZE = 16
|
||||
const CROP_BOX_BORDER = 2
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user