davidje13 / SequenceDiagram

Javascript tool for generating sequence diagrams from code
https://sequence.davidje13.com/
GNU Lesser General Public License v3.0
123 stars 39 forks source link

Highlight elements in viewer when cursor is over corresponding code #23

Closed davidje13 closed 6 years ago

davidje13 commented 6 years ago

Reverse of #16

Should not cause downloaded images to be altered (maybe implement via adding a class to the clickable region and using scoped CSS to style it)

Multiple elements need not be highlighted when selecting a range; just the element at the cursor.