mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-10 14:44:05 -08:00
⚡ Fix "Border" operation on EditImage-Node
This commit is contained in:
parent
65062dbd48
commit
f209665730
|
@ -968,6 +968,11 @@ export class EditImage implements INodeType {
|
|||
'blur',
|
||||
'sigma',
|
||||
],
|
||||
border: [
|
||||
'borderColor',
|
||||
'borderWidth',
|
||||
'borderHeight',
|
||||
],
|
||||
create: [
|
||||
'backgroundColor',
|
||||
'height',
|
||||
|
|
Loading…
Reference in a new issue