diff --git a/client/index.html b/client/index.html index f85276e..6b06a14 100644 --- a/client/index.html +++ b/client/index.html @@ -1,5 +1,5 @@ - + diff --git a/client/src/konva_mindmap/utils/nodeAttrs.ts b/client/src/konva_mindmap/utils/nodeAttrs.ts index c23bb2a..f7562f0 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;