mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-10 14:44:05 -08:00
🐛 Fix issue with Composite operation on Edit Image Node
This commit is contained in:
parent
adc2515dee
commit
464775ae3b
|
@ -1109,6 +1109,7 @@ export class EditImage implements INodeType {
|
|||
],
|
||||
composite: [
|
||||
'dataPropertyNameComposite',
|
||||
'operator',
|
||||
'positionX',
|
||||
'positionY',
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue