Make dndIsDragging available through SDK context

This commit is contained in:
Andrew Kingston 2022-11-22 16:43:48 +00:00
parent f152c0555e
commit a2f7d65fe8
1 changed files with 2 additions and 0 deletions

View File

@ -11,6 +11,7 @@ import {
currentRole, currentRole,
environmentStore, environmentStore,
sidePanelStore, sidePanelStore,
dndIsDragging,
} from "stores" } from "stores"
import { styleable } from "utils/styleable" import { styleable } from "utils/styleable"
import { linkable } from "utils/linkable" import { linkable } from "utils/linkable"
@ -32,6 +33,7 @@ export default {
componentStore, componentStore,
environmentStore, environmentStore,
sidePanelStore, sidePanelStore,
dndIsDragging,
currentRole, currentRole,
styleable, styleable,
linkable, linkable,