Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
add styles when a layer is copied
- Loading branch information
Showing
with
4 additions
and
1 deletion.
-
+4
−1
framer/Layer.coffee
|
@@ -507,7 +507,10 @@ class exports.Layer extends BaseClass |
|
|
|
|
|
layer |
|
|
|
|
|
copySingle: -> new @constructor(@props) |
|
|
copySingle: -> |
|
|
copy = new @constructor(@props) |
|
|
copy.style = @style |
|
|
return copy |
|
|
|
|
|
############################################################## |
|
|
## IMAGE |
|
|