fix rectangles
This commit is contained in:
parent
47b8df5d3e
commit
1569a40495
|
|
@ -1154,6 +1154,7 @@ function stage() {
|
|||
}
|
||||
break;
|
||||
case "rectangle":
|
||||
actions.addShape.create(context.activeObject, context.activeShape)
|
||||
context.activeShape = undefined
|
||||
break;
|
||||
case "select":
|
||||
|
|
|
|||
Loading…
Reference in New Issue