mirror of
https://github.com/node-red/node-red
synced 2024-11-23 08:59:13 +00:00
Fix envVarList
sortable value
This commit is contained in:
parent
c363f375b6
commit
70aed23ef0
@ -131,7 +131,7 @@ RED.editor.envVarList = (function() {
|
||||
nameField.trigger('change');
|
||||
}
|
||||
},
|
||||
sortable: ".red-ui-editableList-item-handle",
|
||||
sortable: true,
|
||||
removable: false
|
||||
});
|
||||
var parentEnv = {};
|
||||
|
Loading…
Reference in New Issue
Block a user