draggable

This commit is contained in:
Emma
2023-02-07 15:59:00 -07:00
parent 2dbaeb57b9
commit ee281b2b19
4 changed files with 364 additions and 153 deletions

View File

@@ -197,7 +197,6 @@ export class Vector {
}
drawDot() {
let doodler = window['doodler'];
if (!doodler) return;
doodler.dot(this, {weight: 2, color: 'red'});