...
This commit is contained in:
parent
c07489080a
commit
12e211f358
3 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue