We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a1675e commit 5bc1230Copy full SHA for 5bc1230
1 file changed
src/explode_shape_layer.jsx
@@ -23,7 +23,7 @@
23
var contents = layer.property("Contents");
24
25
// Browse through contents array
26
- for(var i=1; i <= contents.numProperties; i++) {
+ for(var i = contents.numProperties; i > 0; i--) {
27
28
// Get the original property
29
var o_prop = contents.property(i);
0 commit comments