From f526efd0eedf988761d223aaa0b875132d95c180 Mon Sep 17 00:00:00 2001 From: Ivan <8611739+IRBorisov@users.noreply.github.com> Date: Wed, 15 Jan 2025 19:15:52 +0300 Subject: [PATCH] B: Fix nodes not being selectable through hidden div --- .../src/pages/RSFormPage/EditorTermGraph/GraphSelectors.tsx | 2 +- .../frontend/src/pages/RSFormPage/EditorTermGraph/TGFlow.tsx | 2 +- .../src/pages/RSFormPage/EditorTermGraph/ViewHidden.tsx | 4 +++- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/rsconcept/frontend/src/pages/RSFormPage/EditorTermGraph/GraphSelectors.tsx b/rsconcept/frontend/src/pages/RSFormPage/EditorTermGraph/GraphSelectors.tsx index a0d78200..6e80ace2 100644 --- a/rsconcept/frontend/src/pages/RSFormPage/EditorTermGraph/GraphSelectors.tsx +++ b/rsconcept/frontend/src/pages/RSFormPage/EditorTermGraph/GraphSelectors.tsx @@ -16,7 +16,7 @@ interface GraphSelectorsProps { function GraphSelectors({ schema, coloring, onChangeColoring }: GraphSelectorsProps) { return ( -