fix some things
This commit is contained in:
parent
6202934ac4
commit
523e00d5dc
4 changed files with 2 additions and 6 deletions
|
|
@ -79,8 +79,6 @@ export function VisualEditor({state, setState, ast, setAST, rt, errors, setError
|
|||
|
||||
const [dragging, setDragging] = useState(false);
|
||||
|
||||
console.log(ast);
|
||||
|
||||
// uid's of selected rountangles
|
||||
// const [selection, setSelection] = useState<Selection>([]);
|
||||
const selection = state.selection || [];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue