Fix major bug in layout iteration
This commit is contained in:
@@ -132,10 +132,12 @@ class LayoutNode {
|
||||
|
||||
savePos() {
|
||||
this.savedPos_ = this.pos;
|
||||
this.savedVec_ = Array.from(this.vec);
|
||||
}
|
||||
|
||||
restorePos() {
|
||||
this.moveTo(this.savedPos_);
|
||||
this.vec = this.savedVec_;
|
||||
}
|
||||
|
||||
getStep() {
|
||||
|
||||
Reference in New Issue
Block a user