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,
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,