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