kieler / klighd-vscode

Eclipse Public License 2.0
8 stars 6 forks source link

fix: interactive: do not intentionally update the diagram if nothing changed. #95

Closed NiklasRentzCAU closed 1 year ago

NiklasRentzCAU commented 1 year ago

Otherwise clicking on nodes in elkt models would cause the refresh diagram action caused by this as well as a FocusAndContextAction defined onClick on the graph elements, causing a duplicate update request which may cause issues.

Any objections to this change @soerendomroes ?