mirror of
https://github.com/piskelapp/piskel.git
synced 2023-08-10 21:12:52 +03:00
Layers : FRAMESHEET_RESET -> PISKEL_RESET
Framesheet no longer exists.
This commit is contained in:
@ -17,12 +17,12 @@
|
||||
|
||||
ns.HistoryService.prototype.undo = function () {
|
||||
this.piskelController.getCurrentFrame().loadPreviousState();
|
||||
$.publish(Events.FRAMESHEET_RESET);
|
||||
$.publish(Events.PISKEL_RESET);
|
||||
};
|
||||
|
||||
ns.HistoryService.prototype.redo = function () {
|
||||
this.piskelController.getCurrentFrame().loadNextState();
|
||||
$.publish(Events.FRAMESHEET_RESET);
|
||||
$.publish(Events.PISKEL_RESET);
|
||||
};
|
||||
|
||||
})();
|
Reference in New Issue
Block a user