chore(store): remove unused stuff
This commit is contained in:
Vendored
-4
@@ -11,7 +11,3 @@ declare module '*.svg' {
|
|||||||
export default svgUrl;
|
export default svgUrl;
|
||||||
export { svgComponent as ReactComponent };
|
export { svgComponent as ReactComponent };
|
||||||
}
|
}
|
||||||
|
|
||||||
declare const __REACT_FLOW_VERSION__: string;
|
|
||||||
declare const __ENV__: string;
|
|
||||||
declare const __INJECT_STYLES__: boolean;
|
|
||||||
|
|||||||
@@ -44,8 +44,6 @@ const initialState: ReactFlowStore = {
|
|||||||
|
|
||||||
multiSelectionActive: false,
|
multiSelectionActive: false,
|
||||||
|
|
||||||
reactFlowVersion: typeof __REACT_FLOW_VERSION__ !== 'undefined' ? __REACT_FLOW_VERSION__ : '-',
|
|
||||||
|
|
||||||
connectionStartHandle: null,
|
connectionStartHandle: null,
|
||||||
connectOnClick: true,
|
connectOnClick: true,
|
||||||
|
|
||||||
|
|||||||
@@ -167,8 +167,6 @@ export type ReactFlowStore = {
|
|||||||
|
|
||||||
multiSelectionActive: boolean;
|
multiSelectionActive: boolean;
|
||||||
|
|
||||||
reactFlowVersion: string;
|
|
||||||
|
|
||||||
connectionStartHandle: StartHandle | null;
|
connectionStartHandle: StartHandle | null;
|
||||||
|
|
||||||
onNodeDragStart?: NodeDragHandler;
|
onNodeDragStart?: NodeDragHandler;
|
||||||
|
|||||||
Reference in New Issue
Block a user