You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/app/components/ComponentMap.tsx
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,8 @@ export default function ComponentMap({
46
46
letsizeWidth: number;
47
47
letsizeHeight: number;
48
48
49
-
// rendering for the different tab selections
49
+
// This sets the starting position for the root node on the maps display. the polar layout sets the root node to the relative center of the display box based on the size of the browser window.
50
+
// the else conditional statements determines the root nodes location either in the left middle or top middle of the browser window relative to the size of the browser.
0 commit comments