fix rectangles

This commit is contained in:
Skyler Lehmkuhl 2024-11-21 00:40:30 -05:00
parent 47b8df5d3e
commit 1569a40495
1 changed files with 1 additions and 0 deletions

View File

@ -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":