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