We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7af5375 commit 05d8df6Copy full SHA for 05d8df6
src/js/kit/pathway-viewer.js
@@ -409,6 +409,7 @@ export async function drawPathway(
409
pvjsContainer.insertAdjacentHTML('afterBegin', css);
410
411
pathwayContainer.querySelectorAll('g.GeneProduct').forEach(g => {
412
+ const geneName = g.getAttribute('name');
413
let tooltipContent = geneName;
414
g.addEventListener('mouseover', (event) => {
415
if (nodeHoverFn) {
0 commit comments