|  | @@ -1896,6 +1896,9 @@ export default {
 | 
	
		
			
				|  |  |            this.resetHoverElmt();
 | 
	
		
			
				|  |  |            document.body.style.cursor = "auto";
 | 
	
		
			
				|  |  |          }
 | 
	
		
			
				|  |  | +        if (this.is_open) {
 | 
	
		
			
				|  |  | +          document.body.style.cursor = "auto";
 | 
	
		
			
				|  |  | +        }
 | 
	
		
			
				|  |  |        }.bind(this);
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |        this.paper_main_object.onMouseMove = function(event){
 | 
	
	
		
			
				|  | @@ -2009,7 +2012,11 @@ export default {
 | 
	
		
			
				|  |  |            } else {
 | 
	
		
			
				|  |  |              // console.log('move no result');
 | 
	
		
			
				|  |  |              this.resetHoverElmt();
 | 
	
		
			
				|  |  | -            document.body.style.cursor = "auto";
 | 
	
		
			
				|  |  | +            if (this.detailsZoomValue > 1) {
 | 
	
		
			
				|  |  | +              document.body.style.cursor = "grab";
 | 
	
		
			
				|  |  | +            } else {
 | 
	
		
			
				|  |  | +              document.body.style.cursor = "auto";
 | 
	
		
			
				|  |  | +            }
 | 
	
		
			
				|  |  |            }
 | 
	
		
			
				|  |  |          }
 | 
	
		
			
				|  |  |        }.bind(this);
 |