From bea079c2b8db43685488628e546dff5fe6885438 Mon Sep 17 00:00:00 2001 From: Matthew Reichhoff Date: Sun, 14 Jun 2026 11:09:25 -0400 Subject: [PATCH] Don't force graph open on word tap If the user minimized the graph, keep it that way until they reopen. --- public/js/modules/explore.js | 1 - 1 file changed, 1 deletion(-) diff --git a/public/js/modules/explore.js b/public/js/modules/explore.js index 8a9c4b9..fffc4f6 100644 --- a/public/js/modules/explore.js +++ b/public/js/modules/explore.js @@ -1422,7 +1422,6 @@ let makeSentenceNavigable = function (text, container, optionsOrNoExampleChange) wordSpan.classList.add('word-clicked'); // Update graph with the word - switchDiagramView(diagramKeys.main); document.dispatchEvent(new CustomEvent('graph-update', { detail: word })); // Show inline definition if container is provided