Adjusting positioning of loop and skip lines
This commit is contained in:
		
							parent
							
								
									b13ee3add2
								
							
						
					
					
						commit
						6dcc5f48c4
					
				| @ -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; | ||||||
|     } |     } | ||||||
| 
 | 
 | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user