From 8697ae244f462641ab8012e27498905d2e43e302 Mon Sep 17 00:00:00 2001 From: Antigravity Date: Sun, 24 May 2026 19:12:36 +0000 Subject: [PATCH] fix(graph-pdf-chat): resolution de la propagation des clics sur le graphe et arret du detournement de copie sur le chat PDF --- .../components/document-qa-overlay.tsx | 5 ++++- memento-note/components/note-graph-view.tsx | 20 +++++++++++++++---- 2 files changed, 20 insertions(+), 5 deletions(-) diff --git a/memento-note/components/document-qa-overlay.tsx b/memento-note/components/document-qa-overlay.tsx index ea3e8a2..eac12ca 100644 --- a/memento-note/components/document-qa-overlay.tsx +++ b/memento-note/components/document-qa-overlay.tsx @@ -86,7 +86,10 @@ export function DocumentQAOverlay({ attachment, noteId, noteContent, onClose, on } return ( -
+
e.stopPropagation()} + className="fixed inset-0 z-[100] flex items-center justify-center p-6 bg-black/40 backdrop-blur-sm" + >
{/* Left: PDF Preview */}
diff --git a/memento-note/components/note-graph-view.tsx b/memento-note/components/note-graph-view.tsx index 4f470b6..fe8d9b4 100644 --- a/memento-note/components/note-graph-view.tsx +++ b/memento-note/components/note-graph-view.tsx @@ -482,7 +482,7 @@ export function NoteGraphView({ embedded = false }: { embedded?: boolean }) { {/* Zoom to fit */} {!loading && graphData.nodes.length > 0 && (