1
0
Fork 0
mirror of synced 2024-08-14 17:42:01 +12:00

Make dndIsDragging available through SDK context

This commit is contained in:
Andrew Kingston 2022-11-22 16:43:48 +00:00
parent 91b9396212
commit 7d06e59fb7

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,