mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-11 12:57:29 -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: [
|
composite: [
|
||||||
'dataPropertyNameComposite',
|
'dataPropertyNameComposite',
|
||||||
|
'operator',
|
||||||
'positionX',
|
'positionX',
|
||||||
'positionY',
|
'positionY',
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in a new issue