lonely-lockley / archinsight

Simplicity in Code, Power in Design
https://archinsight.org
GNU Affero General Public License v3.0
51 stars 5 forks source link

Add diagram interactivity #41

Open lonely-lockley opened 1 year ago

lonely-lockley commented 1 year ago

Depends on #52, #49

Add an element click listener to an SVG container. This listener must track all clicks on any SVG element and check if a ctrlKey modifier is used. On a ctrl+click event the editor component must:

On a regular click event editor must change cursor position to the clicked element declaration using the mapping from issue #52