1
0
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:
Dave Conway-Jones 2021-04-27 11:28:01 +01:00
parent d1aa1fd4d8
commit 19d391fa05
No known key found for this signature in database
GPG Key ID: 88BA2B8A411BE9FF

View File

@ -455,7 +455,7 @@
var propertyValue = $('<input/>',{class:"node-input-prop-property-value",type:"text"})
.css("width","calc(70% - 30px)")
.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);