This commit is contained in:
Joeri Exelmans 2025-10-17 16:55:34 +02:00
parent c07489080a
commit 12e211f358
3 changed files with 2 additions and 2 deletions

View file

@ -251,7 +251,6 @@ export function VisualEditor({setAST, rt, errors, setErrors, mode}: VisualEditor
const uid = e.target?.dataset.uid;
const parts: string[] = e.target?.dataset.parts?.split(' ').filter((p:string) => p!=="") || [];
if (uid && parts.length > 0) {
console.log('start drag');
checkPoint();
// if the mouse button is pressed outside of the current selection, we reset the selection to whatever shape the mouse is on