diff --git a/packages/client/src/sdk.js b/packages/client/src/sdk.js index e19627dd0b..264cc85626 100644 --- a/packages/client/src/sdk.js +++ b/packages/client/src/sdk.js @@ -11,6 +11,7 @@ import { currentRole, environmentStore, sidePanelStore, + dndIsDragging, } from "stores" import { styleable } from "utils/styleable" import { linkable } from "utils/linkable" @@ -32,6 +33,7 @@ export default { componentStore, environmentStore, sidePanelStore, + dndIsDragging, currentRole, styleable, linkable,