buildLine() typecast to Number

This commit is contained in:
Tim
2024-05-15 00:17:42 -04:00
parent 522cbfcec3
commit b1c17e088d
2 changed files with 3 additions and 2 deletions

View File

@@ -210,6 +210,7 @@ function onSelectedLineToolChanged() {
export let dragging = false
function mouseDown() {
// console.log('mouseDown')
// todo push into drawing event queue instead, then set dragging there
dragging = true
}