Adjusting positioning of loop and skip lines
This commit is contained in:
@@ -22,11 +22,12 @@ export default {
|
|||||||
contentPosition() {
|
contentPosition() {
|
||||||
var x = 0, y = 0;
|
var x = 0, y = 0;
|
||||||
|
|
||||||
if (this.hasSkip()) {
|
if (this.hasLoop()) {
|
||||||
y = 10;
|
x = 10;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (this.hasSkip() || this.hasLoop()) {
|
if (this.hasSkip()) {
|
||||||
|
y = 10;
|
||||||
x = 15;
|
x = 15;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user