I can delete a connection

This commit is contained in:
2025-07-05 22:19:58 +02:00
parent aed1022be3
commit 9df32e3b5f
5 changed files with 513 additions and 264 deletions

View File

@@ -17,6 +17,7 @@ class Routes:
MoveComponent = "/move-component"
DeleteComponent = "/delete-component"
AddConnection = "/add-connection"
DeleteConnection = "/delete-connection"
ResizeDesigner = "/resize-designer"
SaveProperties = "/save-properties"
CancelProperties = "/cancel-properties"