🐛 Fix issue with Composite operation on Edit Image Node

This commit is contained in:
Jan Oberhauser 2021-11-25 23:51:34 +01:00
parent adc2515dee
commit 464775ae3b

View file

@ -1109,6 +1109,7 @@ export class EditImage implements INodeType {
], ],
composite: [ composite: [
'dataPropertyNameComposite', 'dataPropertyNameComposite',
'operator',
'positionX', 'positionX',
'positionY', 'positionY',
], ],