Skip to content
This repository was archived by the owner on Nov 22, 2024. It is now read-only.

Commit 6e3b36e

Browse files
committed
Fixed a typo
1 parent 4561606 commit 6e3b36e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/actions.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ class AddShapeAction
6666
newShapes = []
6767
for shape in @lc.shapes
6868
newShapes.push(shape) if shape.id != @shape.id
69-
lc.shapes = newShapes
69+
@lc.shapes = newShapes
7070
@lc.repaintLayer('main')
7171

7272

0 commit comments

Comments
 (0)