diff --git a/rsconcept/frontend/src/pages/RSFormPage/EditorTermGraph/TGFlow.tsx b/rsconcept/frontend/src/pages/RSFormPage/EditorTermGraph/TGFlow.tsx index 8b488e84..1d05ca6a 100644 --- a/rsconcept/frontend/src/pages/RSFormPage/EditorTermGraph/TGFlow.tsx +++ b/rsconcept/frontend/src/pages/RSFormPage/EditorTermGraph/TGFlow.tsx @@ -393,18 +393,21 @@ function TGFlow({ onOpenEdit }: TGFlowProps) { position='top-[4.4rem] sm:top-[4.1rem] left-[0.5rem] sm:left-[0.65rem]' /> - {!isDragging && hoverCst && hoverCstDebounced && hoverCst === hoverCstDebounced ? ( + {hoverCstDebounced ? (