mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
only move msg. instead
This commit is contained in:
parent
d1aa1fd4d8
commit
19d391fa05
@ -455,7 +455,7 @@
|
|||||||
var propertyValue = $('<input/>',{class:"node-input-prop-property-value",type:"text"})
|
var propertyValue = $('<input/>',{class:"node-input-prop-property-value",type:"text"})
|
||||||
.css("width","calc(70% - 30px)")
|
.css("width","calc(70% - 30px)")
|
||||||
.appendTo(row)
|
.appendTo(row)
|
||||||
.typedInput({default:'str',types:['str','num','bool','json','bin','date','jsonata','env','global','flow','msg']});
|
.typedInput({default:'str',types:['flow','global','str','num','bool','json','bin','date','jsonata','env','msg']});
|
||||||
|
|
||||||
propertyName.typedInput('value',prop.p);
|
propertyName.typedInput('value',prop.p);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user