mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Update packages/node_modules/@node-red/editor-client/src/js/ui/editors/envVarList.js
This commit is contained in:
parent
3e2508c740
commit
64136cc565
@ -575,7 +575,7 @@ RED.editor.envVarList = (function() {
|
|||||||
|
|
||||||
}).on("change", function(evt,type) {
|
}).on("change", function(evt,type) {
|
||||||
const selectedType = $(this).typedInput('type') // the UI typedInput type
|
const selectedType = $(this).typedInput('type') // the UI typedInput type
|
||||||
if(RED.editor.envVarList.debug || true) { console.log('envVarList: inputCellInput on:change. selectedType = ' + selectedType) }
|
if(RED.editor.envVarList.debug) { console.log('envVarList: inputCellInput on:change. selectedType = ' + selectedType) }
|
||||||
if (selectedType === 'conf-types') {
|
if (selectedType === 'conf-types') {
|
||||||
const selectedConfigType = $(this).typedInput('value') || opt.type
|
const selectedConfigType = $(this).typedInput('value') || opt.type
|
||||||
let activeWorkspace = RED.nodes.workspace(RED.workspaces.active());
|
let activeWorkspace = RED.nodes.workspace(RED.workspaces.active());
|
||||||
|
Loading…
x
Reference in New Issue
Block a user