From 3624dded1dba4382f8c16c50911a83ca6f7b5248 Mon Sep 17 00:00:00 2001 From: Navid Shad Date: Fri, 10 Apr 2026 15:17:18 +0300 Subject: [PATCH] feat: implement reactive node width synchronization and improve robustness of node position persistence #86ex65mr3 --- .../src/components/graph/ConversationNode.vue | 9 +++- src/renderer/src/pages/GraphChatPage.vue | 2 +- src/renderer/src/stores/videoStore.ts | 43 ++++++++++++++----- 3 files changed, 41 insertions(+), 13 deletions(-) diff --git a/src/renderer/src/components/graph/ConversationNode.vue b/src/renderer/src/components/graph/ConversationNode.vue index 7e9f9cb..3b3c1d7 100644 --- a/src/renderer/src/components/graph/ConversationNode.vue +++ b/src/renderer/src/components/graph/ConversationNode.vue @@ -187,7 +187,7 @@