mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
feat(editor): Add drag n drop support for folders (#14549)
This commit is contained in:
committed by
GitHub
parent
86de2db4f3
commit
57444d3a16
@@ -157,7 +157,7 @@ export interface INodeUpdatePropertiesInformation {
|
||||
|
||||
export type XYPosition = [number, number];
|
||||
|
||||
export type DraggableMode = 'mapping' | 'panel-resize';
|
||||
export type DraggableMode = 'mapping' | 'panel-resize' | 'move';
|
||||
|
||||
export interface INodeUi extends INode {
|
||||
position: XYPosition;
|
||||
|
||||
Reference in New Issue
Block a user