refactor(create): reduce minimum field threshold size
All checks were successful
Release to Staging / build_and_release (push) Successful in 1m44s
All checks were successful
Release to Staging / build_and_release (push) Successful in 1m44s
This commit is contained in:
parent
a5e31b0bdf
commit
ca7b87a967
@ -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 = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user