Start of undo redo
This commit is contained in:
parent
dfd4f2623f
commit
4e3ffe899a
@ -1,4 +1,4 @@
|
|||||||
/* class ActionList extends LinkedList {
|
class ActionList extends LinkedList {
|
||||||
|
|
||||||
|
|
||||||
private _current: ActionNode;
|
private _current: ActionNode;
|
||||||
@ -9,4 +9,4 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
} */
|
}
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
/* class ActionNode extends LinkedNode {
|
class ActionNode extends LinkedNode {
|
||||||
|
|
||||||
|
|
||||||
public undo: () => void;
|
public undo: () => void;
|
||||||
@ -12,4 +12,4 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
} */
|
}
|
Loading…
x
Reference in New Issue
Block a user