deselect shapes
This commit is contained in:
parent
611caf2621
commit
b182db81c9
|
|
@ -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}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue