deselect shapes

This commit is contained in:
Skyler Lehmkuhl 2024-12-05 15:55:14 -05:00
parent 611caf2621
commit b182db81c9
1 changed files with 1 additions and 0 deletions

View File

@ -2181,6 +2181,7 @@ function stage() {
} }
if (!selected) { if (!selected) {
context.selection = [] context.selection = []
context.shapeselection = []
context.selectionRect = {x1: mouse.x, x2: mouse.x, y1: mouse.y, y2:mouse.y} context.selectionRect = {x1: mouse.x, x2: mouse.x, y1: mouse.y, y2:mouse.y}
} }
} }