chore: MAX_TREE_DEPTH spelling mistake (#6965)

This commit is contained in:
quicksand
2024-08-05 18:41:08 +08:00
committed by GitHub
parent ea30174057
commit e4587b2151
2 changed files with 4 additions and 4 deletions

View File

@@ -280,7 +280,7 @@ export const NODE_WIDTH = 240
export const X_OFFSET = 60
export const NODE_WIDTH_X_OFFSET = NODE_WIDTH + X_OFFSET
export const Y_OFFSET = 39
export const MAX_TREE_DEEPTH = 50
export const MAX_TREE_DEPTH = 50
export const START_INITIAL_POSITION = { x: 80, y: 282 }
export const AUTO_LAYOUT_OFFSET = {
x: -42,