Fix envVarList sortable value

This commit is contained in:
GogoVega 2024-10-28 16:31:36 +01:00
parent c363f375b6
commit 70aed23ef0
No known key found for this signature in database
GPG Key ID: E1E048B63AC5AC2B

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 = {};