chore(react): reintroduce centering i note map

This commit is contained in:
Elian Doran
2025-10-04 13:55:22 +03:00
parent e6e9cd3f35
commit 656b234740
3 changed files with 95 additions and 98 deletions

View File

@@ -48,9 +48,10 @@ export default function NoteMap({ note, widgetMode, parentRef }: NoteMapProps) {
// Configure rendering properties.
setupRendering(graph, {
cssData,
note,
noteId: note.noteId,
noteIdToSizeMap: notesAndRelations.noteIdToSizeMap,
cssData,
notesAndRelations,
themeStyle: getThemeStyle(),
widgetMode,