Deploy 11.0.3
This commit is contained in:
		
							parent
							
								
									b958b72f1d
								
							
						
					
					
						commit
						76ebd3043d
					
				@ -1,6 +1,6 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
  "name": "yjs",
 | 
					  "name": "yjs",
 | 
				
			||||||
  "version": "11.0.2",
 | 
					  "version": "11.0.3",
 | 
				
			||||||
  "homepage": "y-js.org",
 | 
					  "homepage": "y-js.org",
 | 
				
			||||||
  "authors": [
 | 
					  "authors": [
 | 
				
			||||||
    "Kevin Jahns <kevin.jahns@rwth-aachen.de>"
 | 
					    "Kevin Jahns <kevin.jahns@rwth-aachen.de>"
 | 
				
			||||||
 | 
				
			|||||||
							
								
								
									
										4
									
								
								y.es6
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								y.es6
									
									
									
									
									
								
							@ -2717,9 +2717,9 @@ module.exports = function (Y /* : any*/) {
 | 
				
			|||||||
                w.right = op.id
 | 
					                w.right = op.id
 | 
				
			||||||
                // exclude the effect of w in op
 | 
					                // exclude the effect of w in op
 | 
				
			||||||
                op.left = w.left
 | 
					                op.left = w.left
 | 
				
			||||||
              } else if (Y.utils.matchesId(w, op.right)) {
 | 
					              } else if (Y.utils.compareIds(w.id, op.right)) {
 | 
				
			||||||
                // similar..
 | 
					                // similar..
 | 
				
			||||||
                w.left = op.id
 | 
					                w.left = Y.utils.getLastId(op)
 | 
				
			||||||
                op.right = w.right
 | 
					                op.right = w.right
 | 
				
			||||||
              }
 | 
					              }
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user