diff --git a/src/structure/INodeState.ts b/src/structure/INodeState.ts index 53dfe01..6bfefdc 100644 --- a/src/structure/INodeState.ts +++ b/src/structure/INodeState.ts @@ -3,7 +3,7 @@ export interface INodeState { disabled?: boolean; editable?: boolean; draggable?: boolean; - dropable?: boolean; + droppable?: boolean; checked?: boolean; indeterminate?: boolean; isLoading?: boolean;