mirror of
https://github.com/piskelapp/piskel.git
synced 2023-08-10 21:12:52 +03:00
Fix : layer : duplicateFrame bug
This commit is contained in:
parent
721783ce6c
commit
a69b83e9bd
@ -63,7 +63,7 @@
|
||||
|
||||
ns.Layer.prototype.duplicateFrame = function (frame) {
|
||||
var index = this.frames.indexOf(frame);
|
||||
this.duplicateFrameAt();
|
||||
this.duplicateFrameAt(index);
|
||||
};
|
||||
|
||||
ns.Layer.prototype.duplicateFrameAt = function (index) {
|
||||
|
Loading…
Reference in New Issue
Block a user