fix some things

This commit is contained in:
Joeri Exelmans 2025-10-21 23:30:27 +02:00
parent 6202934ac4
commit 523e00d5dc
4 changed files with 2 additions and 6 deletions

View file

@ -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 || [];