Fix envVarList sortable value

This commit is contained in:
GogoVega
2024-10-28 16:31:36 +01:00
parent c363f375b6
commit 70aed23ef0

View File

@@ -131,7 +131,7 @@ RED.editor.envVarList = (function() {
nameField.trigger('change');
}
},
sortable: ".red-ui-editableList-item-handle",
sortable: true,
removable: false
});
var parentEnv = {};