From 6288e1024793dcb4540b8579aaeb36b79fd933e0 Mon Sep 17 00:00:00 2001 From: Minju9187 Date: Wed, 4 Dec 2024 11:33:23 +0900 Subject: [PATCH 1/2] =?UTF-8?q?chore=20:=20html=20lang=20en=20->=20ko=20?= =?UTF-8?q?=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/index.html b/client/index.html index f85276eb..6b06a14f 100644 --- a/client/index.html +++ b/client/index.html @@ -1,5 +1,5 @@ - + From 318d5057bad2e2884285ddbc61bd7cf7b372143c Mon Sep 17 00:00:00 2001 From: Minju9187 Date: Wed, 4 Dec 2024 11:33:46 +0900 Subject: [PATCH 2/2] =?UTF-8?q?chore=20:=20=EB=85=B8=EB=93=9C=20=EC=82=AC?= =?UTF-8?q?=EC=9D=B4=20=EC=84=A0=20=EA=B8=B8=EC=9D=B4=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/src/konva_mindmap/utils/nodeAttrs.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/konva_mindmap/utils/nodeAttrs.ts b/client/src/konva_mindmap/utils/nodeAttrs.ts index c23bb2af..f7562f00 100644 --- a/client/src/konva_mindmap/utils/nodeAttrs.ts +++ b/client/src/konva_mindmap/utils/nodeAttrs.ts @@ -10,7 +10,7 @@ export const TEXT_WIDTH = (depth: number) => NODE_DEFAULT_SIZE * 2 - depth * 18; //CONNECTED_LINE export const CONNECTED_LINE_FROM = (depth: number) => NODE_DEFAULT_SIZE - depth * 7 + 10; -export const CONNECTED_LINE_TO = (depth: number) => NODE_DEFAULT_SIZE - depth * 7 + 5; +export const CONNECTED_LINE_TO = (depth: number) => NODE_DEFAULT_SIZE - depth * 7 + 3; //TEXT export const TEXT_FONT_SIZE = 16;