refactor(create): reduce minimum field threshold size
All checks were successful
Release to Staging / build_and_release (push) Successful in 1m44s

This commit is contained in:
enes 2024-12-23 13:42:39 +01:00
parent a5e31b0bdf
commit ca7b87a967

View File

@ -24,8 +24,8 @@ import { FileDivider } from '../FileDivider'
import { Counterpart } from './internal/Counterpart'
const MINIMUM_RECT_SIZE = {
width: 21,
height: 21
width: 10,
height: 10
} as const
const DEFAULT_START_SIZE = {