summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pages/index.tsx3
1 files changed, 3 insertions, 0 deletions
diff --git a/pages/index.tsx b/pages/index.tsx
index 9eb1874..2b8b6c7 100644
--- a/pages/index.tsx
+++ b/pages/index.tsx
@@ -1378,6 +1378,9 @@ export const Graph = function (props: GraphProps) {
if (!visuals.highlight) {
return
}
+ if (dragging) {
+ return
+ }
if (!hoverNode) {
fadeOutCancel()