Make dndIsDragging available through SDK context
This commit is contained in:
parent
f152c0555e
commit
a2f7d65fe8
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue