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:
		@@ -575,7 +575,7 @@ RED.editor.envVarList = (function() {
 | 
			
		||||
 | 
			
		||||
        }).on("change", function(evt,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') {
 | 
			
		||||
                const selectedConfigType = $(this).typedInput('value') || opt.type
 | 
			
		||||
                let activeWorkspace = RED.nodes.workspace(RED.workspaces.active());
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user