We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d6d46f3 + 318d505 commit f923361Copy full SHA for f923361
โclient/index.htmlโ
@@ -1,5 +1,5 @@
1
<!doctype html>
2
-<html lang="en">
+<html lang="ko">
3
<head>
4
<meta charset="UTF-8" />
5
<link rel="icon" type="image/svg+xml" href="/logo.png" />
โclient/src/konva_mindmap/utils/nodeAttrs.tsโ
@@ -10,7 +10,7 @@ export const TEXT_WIDTH = (depth: number) => NODE_DEFAULT_SIZE * 2 - depth * 18;
10
11
//CONNECTED_LINE
12
export const CONNECTED_LINE_FROM = (depth: number) => NODE_DEFAULT_SIZE - depth * 7 + 10;
13
-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;
14
15
//TEXT
16
export const TEXT_FONT_SIZE = 16;
0 commit comments