Skip to content

Commit

Permalink
Merge branch 'set-selection' of https://github.com/ankri/craft.js int…
Browse files Browse the repository at this point in the history
…o ankri-set-selection
  • Loading branch information
prevwong committed Feb 24, 2020
2 parents fef5fc6 + 818532d commit 56c002c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,4 @@ site
out
dist
lib
*-*.log
.vscode
*-*.log
2 changes: 1 addition & 1 deletion packages/core/src/hooks/useEditor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import {
} from "../editor/useInternalEditor";
import { ConnectorElementWrapper } from "@craftjs/utils";
import { useMemo } from "react";
import { NodeId } from "interfaces";
import { NodeId } from "../interfaces";

type Overwrite<T, U> = Pick<T, Exclude<keyof T, keyof U>> & U;
type Delete<T, U> = Pick<T, Exclude<keyof T, U>>;
Expand Down

0 comments on commit 56c002c

Please sign in to comment.