chore(git): Merge branch 'staging' into issue-274
All checks were successful
Open PR on Staging / audit_and_check (pull_request) Successful in 44s

This commit is contained in:
Stixx 2024-12-23 14:03:24 +01:00
commit 62639f1986

View File

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