Properties Details correctly reacts on user interaction
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user