vscode-interactive-graphviz icon indicating copy to clipboard operation
vscode-interactive-graphviz copied to clipboard

Fix bidirectional highlight when node identifier contains ":" symbol

Open liijunwei opened this issue 1 year ago • 1 comments

fix: https://github.com/tintinweb/vscode-interactive-graphviz/issues/172

I have limited javascript experience and I'd like to keep the change minimum so I just copied latest GraphvizSvg.prototype.linkedTo and GraphvizSvg.prototype.linkedFrom implementation from https://github.com/mountainstorm/jquery.graphviz.svg I expect there is no much behavior change

after the fix: image

liijunwei avatar Jun 26 '24 14:06 liijunwei

would like PR being reviewed and ship the fix to vscode extension store, so I don't have to use the workaround, really appreciate it

liijunwei avatar Jun 26 '24 14:06 liijunwei