tintinweb / vscode-interactive-graphviz

Interactive Graphviz Dot Preview for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=tintinweb.graphviz-interactive-preview
GNU General Public License v3.0
143 stars 22 forks source link

Fix bidirectional highlight when node identifier contains ":" symbol #173

Open liijunwei opened 1 week ago

liijunwei commented 1 week ago

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 commented 1 week ago

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