Refactoring Properties component
This commit is contained in:
@@ -61,6 +61,9 @@ class WorkflowsDesignerState:
|
||||
connections: list[Connection] = field(default_factory=list)
|
||||
component_counter: int = 0
|
||||
designer_height: int = 230
|
||||
properties_input_width: int = None
|
||||
properties_properties_width : int = None
|
||||
properties_output_width: int = None
|
||||
selected_component_id: str | None = None
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user