kieler / klighd-vscode

Eclipse Public License 2.0
8 stars 6 forks source link

Clicking on text does not invoke action #81

Closed soerendomroes closed 2 years ago

soerendomroes commented 2 years ago

Text in rounded rectangle which has collapse/expand action does not execute the action.

Reported in klighd-vscode 0.2.1 and lingua franca vscode extension.

NiklasRentzCAU commented 2 years ago

I assume this issue stems from lingua franca with the text on reactors? From the looks of it this points towards an issue that using DiagramSyntheses.suppressSelectability(element); on some element is not respected yet here and should be added. I will have a look into that. LF could also fix that by adding the double click action to the text as well.