drag if not editable bug fix
This commit is contained in:
		@@ -2693,10 +2693,10 @@ export default {
 | 
			
		||||
      }.bind(this);
 | 
			
		||||
 | 
			
		||||
      /*
 | 
			
		||||
      * works i correlation with updateDetailsZoomScale()
 | 
			
		||||
      * works in correlation with updateDetailsZoomScale()
 | 
			
		||||
      */
 | 
			
		||||
      this.paper_main_object.onMouseDrag = async function(event){
 | 
			
		||||
        if (this.is_open && this.map_mode === 'terraindevie' && this.concernement.can_update) {
 | 
			
		||||
        if (this.is_open && this.map_mode === 'terraindevie') { //  && this.concernement.can_update
 | 
			
		||||
          // console.log('paper concernement onMouseDrag', event, this);
 | 
			
		||||
          event.stopPropagation();
 | 
			
		||||
          event.preventDefault();
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user