Merge pull request #4932 from GogoVega/fix-envVarList-sortable
Some checks failed
Run tests / build (18) (push) Has been cancelled
Run tests / build (20) (push) Has been cancelled
Run tests / build (22) (push) Has been cancelled

Fix `envVar` editable list should be sortable
This commit is contained in:
Nick O'Leary 2024-10-28 16:35:56 +00:00 committed by GitHub
commit 42382e1a03
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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