Properties Details correctly reacts on user interaction

This commit is contained in:
2025-08-04 16:40:48 +02:00
parent badc2e28b0
commit e74639c042
5 changed files with 76 additions and 42 deletions

View File

@@ -205,7 +205,7 @@ function bindWorkflowDesignerToolbox(elementId) {
// Also trigger server-side selection
utils.makeRequest('/workflows/select-component', {
component_id: designer.selectedComponent
}, `#p_${elementId}`, "outerHTML");
}, `#ppc_${elementId}`, "outerHTML");
},
// Deselect all components