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 1f7e514 commit 9e4e9c4Copy full SHA for 9e4e9c4
templates/dgmlViewer_Template.js
@@ -363,6 +363,7 @@
363
hidePopup();
364
});
365
cy.on('click', 'node', function (evt) {
366
+ hidePopup();
367
doShowPopup = false;
368
var filepath = evt.target.data().filepath;
369
if (filepath && filepath.length > 0) {
@@ -389,6 +390,7 @@
389
390
391
392
cy.on('zoom', function (evt) {
393
394
vscode.postMessage({
395
command: 'zoom',
396
text: cy.zoom()
0 commit comments