We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 267411b commit 09abaa6Copy full SHA for 09abaa6
1 file changed
imgkit/core/image_layer.js
@@ -33,8 +33,6 @@ class ImageLayer {
33
constructor(isDefault = false) {
34
this.id = `image-layer-${nextLayerId++}`;
35
this.isDefault = isDefault; // Is this a placeholder "+ Add Image" layer?
36
- this.isDefault = isDefault; // Is this a placeholder "+ Add Image" layer?
37
-
38
// --------------------------------------------------------------------------
39
// IMAGE DATA
40
0 commit comments