WiP #broken
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { ActionTypes } from '../reducers'
|
||||
import { ActionTypes, NodeOrder } from '../reducers'
|
||||
|
||||
export const setAutoExpandLimit = (autoExpandLimit: number = 0) => {
|
||||
return {
|
||||
@@ -12,3 +12,10 @@ export const toggleSettingsVisibility = () => {
|
||||
type: ActionTypes.toggleSettingsVisibility,
|
||||
}
|
||||
}
|
||||
|
||||
export const setNodeOrder = (nodeOrder: NodeOrder = NodeOrder.none) => {
|
||||
return {
|
||||
nodeOrder,
|
||||
type: ActionTypes.setNodeOrder,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user