Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion public/js/modules/explore.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading