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

Commit 5ce8c7f

Browse files
authored
Merge pull request #517 from ggomez91/fix-lc-scope-in-addShapeAction
Fixed a typo
2 parents 6381c24 + 6e3b36e commit 5ce8c7f

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)